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
- ByteStorage.cs
- Latin1Encoding.cs
- CacheHelper.cs
- BatchStream.cs
- ComplexObject.cs
- SafePipeHandle.cs
- StoreItemCollection.cs
- OleDbInfoMessageEvent.cs
- PageCodeDomTreeGenerator.cs
- RootProjectionNode.cs
- ListBase.cs
- CategoryValueConverter.cs
- HwndMouseInputProvider.cs
- WebPartExportVerb.cs
- RoleManagerModule.cs
- XPathQilFactory.cs
- GregorianCalendarHelper.cs
- SystemResourceKey.cs
- _ConnectOverlappedAsyncResult.cs
- Helper.cs
- FixedSOMElement.cs
- TextDecorationCollectionConverter.cs
- SafeEventHandle.cs
- FontCollection.cs
- LicenseProviderAttribute.cs
- SchemaHelper.cs
- DragEventArgs.cs
- XmlSchemaAppInfo.cs
- SspiSecurityToken.cs
- SqlBinder.cs
- UIPermission.cs
- RC2CryptoServiceProvider.cs
- InstanceDataCollection.cs
- XmlILModule.cs
- ScrollItemPattern.cs
- InertiaTranslationBehavior.cs
- CorrelationValidator.cs
- RenderDataDrawingContext.cs
- Int16KeyFrameCollection.cs
- XmlSerializerSection.cs
- SoapIncludeAttribute.cs
- EncodingDataItem.cs
- indexingfiltermarshaler.cs
- StandardOleMarshalObject.cs
- RootDesignerSerializerAttribute.cs
- CalendarSelectionChangedEventArgs.cs
- TextSerializer.cs
- XmlDocumentSerializer.cs
- SequenceDesignerAccessibleObject.cs
- ReaderContextStackData.cs
- DynamicPhysicalDiscoSearcher.cs
- UnaryOperationBinder.cs
- EntityContainerRelationshipSetEnd.cs
- DefinitionBase.cs
- FilterEventArgs.cs
- ThousandthOfEmRealPoints.cs
- Repeater.cs
- HttpListenerPrefixCollection.cs
- UIntPtr.cs
- ItemCollection.cs
- PageThemeBuildProvider.cs
- PenContext.cs
- VisualStateChangedEventArgs.cs
- KerberosRequestorSecurityToken.cs
- CollaborationHelperFunctions.cs
- ScrollProperties.cs
- WebServiceHostFactory.cs
- _KerberosClient.cs
- RectAnimationClockResource.cs
- TimeSpanStorage.cs
- ViewValidator.cs
- WorkflowInspectionServices.cs
- OrderByExpression.cs
- DataGridColumn.cs
- MouseWheelEventArgs.cs
- ZipArchive.cs
- WebPartDescription.cs
- WebPartConnectionsCancelEventArgs.cs
- RepeaterItemEventArgs.cs
- MetadataStore.cs
- ColorConvertedBitmapExtension.cs
- ByteStream.cs
- GregorianCalendar.cs
- DataBindingHandlerAttribute.cs
- XmlCharCheckingReader.cs
- QilInvokeLateBound.cs
- AssemblyName.cs
- StateFinalizationDesigner.cs
- CLSCompliantAttribute.cs
- SqlTypeSystemProvider.cs
- Transform3DGroup.cs
- CompModSwitches.cs
- DbSource.cs
- DataSourceCache.cs
- DataControlPagerLinkButton.cs
- EdmTypeAttribute.cs
- GetWinFXPath.cs
- PublisherIdentityPermission.cs
- HyperlinkAutomationPeer.cs
- Panel.cs