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
- _FixedSizeReader.cs
- ModelItemCollection.cs
- BidirectionalDictionary.cs
- ControlPaint.cs
- ComponentResourceKeyConverter.cs
- CannotUnloadAppDomainException.cs
- NameScopePropertyAttribute.cs
- ChildChangedEventArgs.cs
- ActivityBuilderHelper.cs
- ClientTargetCollection.cs
- CellQuery.cs
- RawKeyboardInputReport.cs
- UITypeEditor.cs
- RawStylusInput.cs
- PropertySourceInfo.cs
- ArgumentException.cs
- TraceUtility.cs
- HMAC.cs
- AutomationElement.cs
- ContractComponent.cs
- ColumnMapProcessor.cs
- CalendarAutomationPeer.cs
- IgnoreSectionHandler.cs
- FilterEventArgs.cs
- ColumnWidthChangedEvent.cs
- SafeNativeMethodsOther.cs
- ResXFileRef.cs
- ImageListStreamer.cs
- XmlNode.cs
- ToolStripItemImageRenderEventArgs.cs
- HtmlContainerControl.cs
- ConnectorRouter.cs
- VideoDrawing.cs
- ClassicBorderDecorator.cs
- KeyValuePair.cs
- DbQueryCommandTree.cs
- ErrorTableItemStyle.cs
- DiscoveryMessageProperty.cs
- SmtpMail.cs
- ResourceReader.cs
- LinkedList.cs
- SingleAnimation.cs
- EventHandlerService.cs
- ProfileInfo.cs
- PageCatalogPart.cs
- SweepDirectionValidation.cs
- Type.cs
- StorageSetMapping.cs
- DataColumnPropertyDescriptor.cs
- FtpWebRequest.cs
- TargetPerspective.cs
- ToolBar.cs
- DynamicMethod.cs
- ChildDocumentBlock.cs
- EngineSite.cs
- MultiTrigger.cs
- PrintDialogDesigner.cs
- XmlSerializer.cs
- RIPEMD160Managed.cs
- ProfileInfo.cs
- PersonalizationStateQuery.cs
- FontSizeConverter.cs
- SQLByteStorage.cs
- UnmanagedBitmapWrapper.cs
- DynamicDocumentPaginator.cs
- GcHandle.cs
- HtmlEmptyTagControlBuilder.cs
- ComUdtElement.cs
- TextSerializer.cs
- CodeArrayCreateExpression.cs
- ActivityMarkupSerializationProvider.cs
- ToolStripContextMenu.cs
- RIPEMD160.cs
- DbParameterHelper.cs
- PlaceHolder.cs
- KnownTypes.cs
- CodeSnippetTypeMember.cs
- ContentElementAutomationPeer.cs
- AccessDataSourceView.cs
- ValidationManager.cs
- OutputCacheSection.cs
- AnnouncementEndpointElement.cs
- ResourceProperty.cs
- UnsafeNativeMethods.cs
- FixedPosition.cs
- StylusButtonCollection.cs
- DataGridCellEditEndingEventArgs.cs
- MobilePage.cs
- SpeechRecognitionEngine.cs
- DependencyPropertyAttribute.cs
- NCryptNative.cs
- ColumnResizeAdorner.cs
- HeaderUtility.cs
- XmlMtomWriter.cs
- RequestSecurityTokenForGetBrowserToken.cs
- ProtocolsConfigurationEntry.cs
- FreezableDefaultValueFactory.cs
- BridgeDataRecord.cs
- RepeatButton.cs
- DesignerHost.cs