Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Base / System / Windows / Markup / DictionaryKeyPropertyAttribute.cs / 1 / DictionaryKeyPropertyAttribute.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Windows.Markup
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class DictionaryKeyPropertyAttribute : Attribute
{
string _name;
public DictionaryKeyPropertyAttribute(string name)
{
_name = name;
}
public string Name { get { return _name; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Windows.Markup
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class DictionaryKeyPropertyAttribute : Attribute
{
string _name;
public DictionaryKeyPropertyAttribute(string name)
{
_name = name;
}
public string Name { get { return _name; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SortedList.cs
- PermissionSetTriple.cs
- StylusTip.cs
- WpfSharedXamlSchemaContext.cs
- DelayedRegex.cs
- Clock.cs
- Semaphore.cs
- TimeSpan.cs
- PixelFormat.cs
- WebHttpDispatchOperationSelectorData.cs
- TreeViewBindingsEditor.cs
- DataSource.cs
- ThemeDirectoryCompiler.cs
- EditingScopeUndoUnit.cs
- ArraySet.cs
- PackageFilter.cs
- ChineseLunisolarCalendar.cs
- UserControlCodeDomTreeGenerator.cs
- DataFieldConverter.cs
- ArithmeticException.cs
- HashSet.cs
- ThreadStartException.cs
- DataServiceProviderMethods.cs
- IsolatedStorage.cs
- RepeaterItemCollection.cs
- OdbcCommand.cs
- _Win32.cs
- basenumberconverter.cs
- CngAlgorithm.cs
- OptimalBreakSession.cs
- XmlSchemaComplexType.cs
- HttpResponseHeader.cs
- PersonalizationEntry.cs
- JsonUriDataContract.cs
- WizardPanel.cs
- ToolStripRenderEventArgs.cs
- EpmCustomContentWriterNodeData.cs
- DetailsViewInsertedEventArgs.cs
- DictionaryKeyPropertyAttribute.cs
- Vector3DKeyFrameCollection.cs
- TraceHwndHost.cs
- QuotedPrintableStream.cs
- EventProviderWriter.cs
- ScaleTransform3D.cs
- TemplateField.cs
- CatalogZoneDesigner.cs
- VideoDrawing.cs
- CorePropertiesFilter.cs
- DataColumnMapping.cs
- JsonStringDataContract.cs
- RenderOptions.cs
- ContextDataSourceContextData.cs
- FontNamesConverter.cs
- SoapEnvelopeProcessingElement.cs
- DefaultValueTypeConverter.cs
- SiteMapNodeCollection.cs
- PointLightBase.cs
- EncodingTable.cs
- DocumentSequenceHighlightLayer.cs
- DataSysAttribute.cs
- HttpCapabilitiesEvaluator.cs
- DefaultShape.cs
- DelegatedStream.cs
- RadialGradientBrush.cs
- CodeCommentStatementCollection.cs
- TreeIterator.cs
- UIElement3D.cs
- EpmCustomContentWriterNodeData.cs
- CodeDirectiveCollection.cs
- Style.cs
- InputProcessorProfiles.cs
- DirectoryObjectSecurity.cs
- FloaterParaClient.cs
- UpdateCommand.cs
- RtfToXamlReader.cs
- SoapEnvelopeProcessingElement.cs
- NoClickablePointException.cs
- ToolStripPanel.cs
- Variant.cs
- ExtensionWindowHeader.cs
- _ConnectOverlappedAsyncResult.cs
- GeneralTransformGroup.cs
- MaterialGroup.cs
- ClaimComparer.cs
- ObjectDataSourceMethodEventArgs.cs
- XmlNamespaceManager.cs
- ExtendLockCommand.cs
- StsCommunicationException.cs
- HiddenFieldPageStatePersister.cs
- UnsafeNativeMethods.cs
- SocketManager.cs
- XmlSchemaDocumentation.cs
- LayoutTable.cs
- PeerCollaboration.cs
- IsolatedStorage.cs
- FontWeightConverter.cs
- FixedSOMContainer.cs
- SafeHandle.cs
- SqlGenericUtil.cs
- SQLInt32.cs