Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- PathParser.cs
- FormsAuthenticationUser.cs
- QueryResult.cs
- CodeDomLoader.cs
- RSAPKCS1KeyExchangeFormatter.cs
- CompilerTypeWithParams.cs
- elementinformation.cs
- GlyphElement.cs
- ADMembershipUser.cs
- SectionInformation.cs
- Identity.cs
- FrameworkElement.cs
- ChangeNode.cs
- ProfileManager.cs
- AstTree.cs
- OletxResourceManager.cs
- SectionRecord.cs
- ManagementObjectCollection.cs
- ToolStripContainer.cs
- SliderAutomationPeer.cs
- ServiceReference.cs
- SecurityPermission.cs
- TextRunProperties.cs
- ObjectListSelectEventArgs.cs
- ConfigXmlSignificantWhitespace.cs
- SqlDataSourceCommandEventArgs.cs
- DataBinder.cs
- MailMessage.cs
- TCPListener.cs
- EventNotify.cs
- InvokePatternIdentifiers.cs
- Crypto.cs
- Helpers.cs
- MouseBinding.cs
- SiteMapPath.cs
- keycontainerpermission.cs
- RangeBase.cs
- SrgsElementFactoryCompiler.cs
- UnsafeNativeMethods.cs
- SQLDouble.cs
- GlobalItem.cs
- SafeFileMappingHandle.cs
- MLangCodePageEncoding.cs
- RequestCachingSection.cs
- TagPrefixInfo.cs
- ProxyWebPartManager.cs
- MetabaseReader.cs
- SecurityManager.cs
- DependencyPropertyKind.cs
- Base64WriteStateInfo.cs
- ByteStream.cs
- RefreshEventArgs.cs
- WebScriptServiceHostFactory.cs
- ChannelManager.cs
- GetParentChain.cs
- ClientScriptManager.cs
- EmptyElement.cs
- HtmlEmptyTagControlBuilder.cs
- DataListCommandEventArgs.cs
- DocumentSequence.cs
- CommandPlan.cs
- _NtlmClient.cs
- TraceXPathNavigator.cs
- ChannelManagerHelpers.cs
- DataGridViewImageCell.cs
- SslStream.cs
- Scheduler.cs
- CallbackHandler.cs
- WebReferencesBuildProvider.cs
- ArrayElementGridEntry.cs
- ConnectionsZone.cs
- UpdateCommand.cs
- BoundingRectTracker.cs
- LoginNameDesigner.cs
- BufferModeSettings.cs
- HitTestDrawingContextWalker.cs
- OdbcConnectionHandle.cs
- ItemAutomationPeer.cs
- _IPv4Address.cs
- BuildProviderAppliesToAttribute.cs
- Int32Rect.cs
- DetailsViewUpdatedEventArgs.cs
- CodeLabeledStatement.cs
- SchemaDeclBase.cs
- CounterSet.cs
- Stacktrace.cs
- RuntimeHandles.cs
- WebHeaderCollection.cs
- MemberAssignment.cs
- ImportRequest.cs
- DataObjectPastingEventArgs.cs
- FloatUtil.cs
- StringAnimationUsingKeyFrames.cs
- ClientRuntimeConfig.cs
- ListControl.cs
- MbpInfo.cs
- SafeReadContext.cs
- Attribute.cs
- TextTreeUndoUnit.cs
- Nodes.cs