Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DateTimeParse.cs
- ListBindableAttribute.cs
- XhtmlBasicPanelAdapter.cs
- FormClosedEvent.cs
- SystemFonts.cs
- FilterableAttribute.cs
- __ConsoleStream.cs
- KeySpline.cs
- ExpressionBuilder.cs
- MailMessage.cs
- DispatcherFrame.cs
- CollectionViewProxy.cs
- objectquery_tresulttype.cs
- TextTreePropertyUndoUnit.cs
- QilTernary.cs
- FormView.cs
- OutputCacheSection.cs
- printdlgexmarshaler.cs
- CellTreeNodeVisitors.cs
- UnlockInstanceCommand.cs
- WsdlBuildProvider.cs
- AnnotationResourceCollection.cs
- ManualResetEvent.cs
- OdbcConnectionFactory.cs
- UrlMappingCollection.cs
- ImageSourceConverter.cs
- Stylesheet.cs
- AudioFormatConverter.cs
- TargetInvocationException.cs
- IOThreadScheduler.cs
- ClientType.cs
- UseLicense.cs
- codemethodreferenceexpression.cs
- StreamResourceInfo.cs
- Sql8ConformanceChecker.cs
- PnrpPeerResolverElement.cs
- TextTreeTextBlock.cs
- SQLInt32Storage.cs
- BindableTemplateBuilder.cs
- UriSection.cs
- WebPartDescription.cs
- FormParameter.cs
- RegexStringValidatorAttribute.cs
- ConfigXmlComment.cs
- OdbcInfoMessageEvent.cs
- FocusChangedEventArgs.cs
- SessionPageStateSection.cs
- ConfigurationManager.cs
- rsa.cs
- AdornerPresentationContext.cs
- BeginStoryboard.cs
- LabelLiteral.cs
- ISessionStateStore.cs
- Debugger.cs
- ManualResetEvent.cs
- CompareInfo.cs
- TextHintingModeValidation.cs
- UInt32.cs
- RegistrationServices.cs
- OracleInfoMessageEventArgs.cs
- TableItemPattern.cs
- ColumnHeader.cs
- MatrixTransform3D.cs
- SubstitutionList.cs
- MaterialGroup.cs
- Wizard.cs
- ColorBuilder.cs
- RawStylusInputReport.cs
- WmlCommandAdapter.cs
- MailAddress.cs
- SimpleHandlerBuildProvider.cs
- GeneralTransform3DGroup.cs
- TemplateColumn.cs
- RadioButtonAutomationPeer.cs
- WindowsFormsLinkLabel.cs
- Paragraph.cs
- Multiply.cs
- FacetChecker.cs
- versioninfo.cs
- DataServiceExpressionVisitor.cs
- RadioButton.cs
- TypedCompletedAsyncResult.cs
- ButtonBaseAutomationPeer.cs
- IntegerFacetDescriptionElement.cs
- ContentFilePart.cs
- FixedSOMFixedBlock.cs
- PropertyChangingEventArgs.cs
- C14NUtil.cs
- PolyLineSegment.cs
- ServicePointManager.cs
- DataServiceHostFactory.cs
- ControlParameter.cs
- HttpCookiesSection.cs
- ColorAnimation.cs
- SaveWorkflowCommand.cs
- BackStopAuthenticationModule.cs
- StatusBarAutomationPeer.cs
- SubqueryTrackingVisitor.cs
- IdnMapping.cs
- TextSerializer.cs