Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Runtime / CompilerServices / AccessedThroughPropertyAttribute.cs / 1 / AccessedThroughPropertyAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //------------------------------------------------------------------------------ //----------------------------------------------------------------------------- namespace System.Runtime.CompilerServices { using System; [AttributeUsage(AttributeTargets.Field)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class AccessedThroughPropertyAttribute : Attribute { private readonly string propertyName; public AccessedThroughPropertyAttribute(string propertyName) { this.propertyName = propertyName; } public string PropertyName { get { return propertyName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //------------------------------------------------------------------------------ //----------------------------------------------------------------------------- namespace System.Runtime.CompilerServices { using System; [AttributeUsage(AttributeTargets.Field)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class AccessedThroughPropertyAttribute : Attribute { private readonly string propertyName; public AccessedThroughPropertyAttribute(string propertyName) { this.propertyName = propertyName; } public string PropertyName { get { return propertyName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathPatternBuilder.cs
- UnionExpr.cs
- QilStrConcat.cs
- SecurityResources.cs
- EntityDataSourceConfigureObjectContext.cs
- SwitchElementsCollection.cs
- TextTreeTextBlock.cs
- SQLBytes.cs
- AudioSignalProblemOccurredEventArgs.cs
- ThicknessAnimationUsingKeyFrames.cs
- UriParserTemplates.cs
- StronglyTypedResourceBuilder.cs
- MimeWriter.cs
- ProofTokenCryptoHandle.cs
- RecipientInfo.cs
- SmtpLoginAuthenticationModule.cs
- StylusPlugInCollection.cs
- ObsoleteAttribute.cs
- DataGridSortCommandEventArgs.cs
- EditorPartChrome.cs
- ViewStateChangedEventArgs.cs
- TreeBuilderXamlTranslator.cs
- SessionPageStatePersister.cs
- XmlElementAttribute.cs
- PrimaryKeyTypeConverter.cs
- CreatingCookieEventArgs.cs
- storagemappingitemcollection.viewdictionary.cs
- SqlWebEventProvider.cs
- TextElementCollectionHelper.cs
- AppDomainAttributes.cs
- TypeNameConverter.cs
- xmlglyphRunInfo.cs
- KeyGesture.cs
- CanonicalXml.cs
- _HeaderInfoTable.cs
- HttpResponseWrapper.cs
- Stylus.cs
- AdCreatedEventArgs.cs
- CodeEventReferenceExpression.cs
- VisualStyleInformation.cs
- Debug.cs
- SafeLibraryHandle.cs
- SqlAliasesReferenced.cs
- InvalidDataException.cs
- SqlUserDefinedAggregateAttribute.cs
- ManagementOptions.cs
- xmlglyphRunInfo.cs
- TextRenderer.cs
- SafeUserTokenHandle.cs
- NavigationWindowAutomationPeer.cs
- MobileControlDesigner.cs
- SmiContextFactory.cs
- ColorConvertedBitmap.cs
- MatrixTransform.cs
- RelationshipEnd.cs
- WebPartManager.cs
- Property.cs
- EnvelopedSignatureTransform.cs
- HttpModulesSection.cs
- DummyDataSource.cs
- AxHost.cs
- WorkflowServiceAttributes.cs
- ConstrainedGroup.cs
- MessageSmuggler.cs
- SiteOfOriginPart.cs
- EncodedStreamFactory.cs
- CompilationRelaxations.cs
- DataFormats.cs
- ListViewDeleteEventArgs.cs
- Run.cs
- FileNameEditor.cs
- XmlCDATASection.cs
- RectangleHotSpot.cs
- FixedSOMTable.cs
- Int32AnimationUsingKeyFrames.cs
- Converter.cs
- XmlSchemaRedefine.cs
- TextLineResult.cs
- MainMenu.cs
- SectionRecord.cs
- BooleanKeyFrameCollection.cs
- DataGridTableCollection.cs
- ContractNamespaceAttribute.cs
- DocumentApplicationJournalEntry.cs
- Bitmap.cs
- HashCodeCombiner.cs
- Vector.cs
- VisualTarget.cs
- XmlSchemaAttributeGroupRef.cs
- ReferenceEqualityComparer.cs
- SessionParameter.cs
- dataobject.cs
- LogoValidationException.cs
- StrokeCollectionConverter.cs
- CodeVariableReferenceExpression.cs
- XslTransform.cs
- InstanceDataCollectionCollection.cs
- DataGridAddNewRow.cs
- LayoutTableCell.cs
- Timer.cs