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
- AutomationPatternInfo.cs
- DbMetaDataFactory.cs
- MessageBox.cs
- EncoderBestFitFallback.cs
- SemanticValue.cs
- FillBehavior.cs
- BuildManagerHost.cs
- BufferModesCollection.cs
- Clock.cs
- SkipStoryboardToFill.cs
- BitmapEffectDrawingContextWalker.cs
- AccessDataSource.cs
- LinkedResourceCollection.cs
- SafeCoTaskMem.cs
- PathGradientBrush.cs
- RankException.cs
- CodeTypeDeclaration.cs
- XsltFunctions.cs
- AppDomainFactory.cs
- TableSectionStyle.cs
- ResourceSetExpression.cs
- HttpHandlersSection.cs
- DataColumnCollection.cs
- XmlNamespaceDeclarationsAttribute.cs
- SqlTrackingQuery.cs
- DesignerCategoryAttribute.cs
- StaticExtension.cs
- NavigationProperty.cs
- SqlProviderManifest.cs
- LineServicesCallbacks.cs
- EventHandlerList.cs
- RadioButton.cs
- SymbolEqualComparer.cs
- FileLoadException.cs
- ByteKeyFrameCollection.cs
- GridItemPattern.cs
- ListViewAutomationPeer.cs
- MsmqActivation.cs
- PixelFormat.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ExpressionEvaluator.cs
- WCFModelStrings.Designer.cs
- SHA1Managed.cs
- PropertiesTab.cs
- TransactionScopeDesigner.cs
- ButtonBase.cs
- SEHException.cs
- AnnotationService.cs
- MailDefinition.cs
- DoubleStorage.cs
- GenericIdentity.cs
- RequestCache.cs
- Point3DIndependentAnimationStorage.cs
- CacheForPrimitiveTypes.cs
- DependencyPropertyValueSerializer.cs
- ConnectionProviderAttribute.cs
- TableLayoutStyleCollection.cs
- OTFRasterizer.cs
- PublishLicense.cs
- Inflater.cs
- DictionaryGlobals.cs
- TransactionOptions.cs
- XPathNodeHelper.cs
- CodeDirectiveCollection.cs
- PlainXmlSerializer.cs
- ChildChangedEventArgs.cs
- TemplatedWizardStep.cs
- DragCompletedEventArgs.cs
- UrlAuthorizationModule.cs
- MetadataItemSerializer.cs
- CipherData.cs
- CapabilitiesAssignment.cs
- GeometryDrawing.cs
- NavigatorInput.cs
- QueuePathEditor.cs
- SqlDataSource.cs
- StrokeNodeOperations.cs
- ObjectCacheHost.cs
- NavigationHelper.cs
- SiteMap.cs
- ClientScriptManager.cs
- BinaryObjectInfo.cs
- DelegateSerializationHolder.cs
- MasterPageParser.cs
- DbConnectionFactory.cs
- SimpleExpression.cs
- ListViewItem.cs
- FilteredDataSetHelper.cs
- SamlSubject.cs
- MsmqInputSessionChannel.cs
- ColumnHeaderConverter.cs
- MetadataSection.cs
- SymLanguageType.cs
- PropertyValidationContext.cs
- CmsInterop.cs
- ConfigurationSectionCollection.cs
- Crc32.cs
- StrongNameMembershipCondition.cs
- AnonymousIdentificationModule.cs
- DocumentViewerBaseAutomationPeer.cs