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
- CorrelationManager.cs
- DbException.cs
- TracePayload.cs
- HostedHttpTransportManager.cs
- PrintingPermission.cs
- PrimaryKeyTypeConverter.cs
- BindingValueChangedEventArgs.cs
- CommandEventArgs.cs
- Activity.cs
- WinInetCache.cs
- SchemaImporterExtensionElement.cs
- ImageListStreamer.cs
- AttachedAnnotationChangedEventArgs.cs
- GeometryHitTestParameters.cs
- ExpressionParser.cs
- ClientRolePrincipal.cs
- WeakEventTable.cs
- OrderedHashRepartitionEnumerator.cs
- XmlSchemaSimpleTypeRestriction.cs
- BasicHttpMessageCredentialType.cs
- XmlSchema.cs
- _SingleItemRequestCache.cs
- GiveFeedbackEvent.cs
- XmlQueryType.cs
- PropertyGridEditorPart.cs
- CacheSection.cs
- CultureInfoConverter.cs
- keycontainerpermission.cs
- ProgramNode.cs
- RadioButtonList.cs
- Maps.cs
- WindowPattern.cs
- InstanceLockLostException.cs
- Console.cs
- CommonGetThemePartSize.cs
- DockAndAnchorLayout.cs
- SqlUDTStorage.cs
- PathGradientBrush.cs
- SettingsPropertyWrongTypeException.cs
- BinaryUtilClasses.cs
- HashHelper.cs
- EditorPartDesigner.cs
- StringComparer.cs
- ListenerSessionConnection.cs
- OleDbException.cs
- FlowDocumentPage.cs
- PageParser.cs
- Compiler.cs
- DragCompletedEventArgs.cs
- DataGridViewAccessibleObject.cs
- Translator.cs
- Gdiplus.cs
- ConfigUtil.cs
- BitmapDownload.cs
- Attribute.cs
- TextRunCacheImp.cs
- TextEvent.cs
- SmiRequestExecutor.cs
- Helpers.cs
- PointLightBase.cs
- WpfGeneratedKnownTypes.cs
- StaticSiteMapProvider.cs
- SystemFonts.cs
- CollectionViewGroupInternal.cs
- _SingleItemRequestCache.cs
- Vector3DAnimationUsingKeyFrames.cs
- BitmapEffectGroup.cs
- TextBox.cs
- NegatedConstant.cs
- Decorator.cs
- TimeoutValidationAttribute.cs
- DataGridTextBoxColumn.cs
- InvariantComparer.cs
- ModelItemDictionaryImpl.cs
- HttpCacheVaryByContentEncodings.cs
- GlobalProxySelection.cs
- ThreadAbortException.cs
- BinaryParser.cs
- LoginName.cs
- StyleCollection.cs
- MessagePropertyFilter.cs
- TextReader.cs
- PathGeometry.cs
- SecurityHelper.cs
- StateItem.cs
- ListViewItemMouseHoverEvent.cs
- ColorMap.cs
- EmptyControlCollection.cs
- CommandHelpers.cs
- ValueConversionAttribute.cs
- WebPartsPersonalizationAuthorization.cs
- UpdatePanelControlTrigger.cs
- TabletCollection.cs
- StreamInfo.cs
- BinaryObjectInfo.cs
- Events.cs
- HostElement.cs
- HwndMouseInputProvider.cs
- TagMapCollection.cs
- Facet.cs