Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnmanagedBitmapWrapper.cs
- EventDriven.cs
- DataGridColumnsPage.cs
- FieldToken.cs
- CustomValidator.cs
- FormViewUpdatedEventArgs.cs
- X509Utils.cs
- EntityDataSourceWrapper.cs
- SolidBrush.cs
- Int16.cs
- ModuleBuilderData.cs
- WaitForChangedResult.cs
- WebBrowserBase.cs
- TraceLevelHelper.cs
- Process.cs
- GuidTagList.cs
- WeakReferenceKey.cs
- ContentPresenter.cs
- AdjustableArrowCap.cs
- TypedServiceOperationListItem.cs
- formatter.cs
- ControllableStoryboardAction.cs
- ResourceDictionaryCollection.cs
- FormsAuthenticationTicket.cs
- DispatcherProcessingDisabled.cs
- EventManager.cs
- HttpContext.cs
- EventHandlersStore.cs
- StructuredProperty.cs
- Matrix3DValueSerializer.cs
- StringResourceManager.cs
- BroadcastEventHelper.cs
- jithelpers.cs
- RegexGroup.cs
- ActivitiesCollection.cs
- XsdCachingReader.cs
- WebPartsPersonalizationAuthorization.cs
- OdbcInfoMessageEvent.cs
- DetailsViewDeleteEventArgs.cs
- DataGridCell.cs
- PageClientProxyGenerator.cs
- CollectionView.cs
- DataSetUtil.cs
- bidPrivateBase.cs
- ICollection.cs
- TextRunProperties.cs
- StringValueSerializer.cs
- SoapHeader.cs
- CodeNamespace.cs
- dbenumerator.cs
- ToolStripDropDownMenu.cs
- ComponentConverter.cs
- TransactionChannelListener.cs
- BindingRestrictions.cs
- XmlDomTextWriter.cs
- XmlExtensionFunction.cs
- MarkerProperties.cs
- HyperLinkColumn.cs
- ChtmlImageAdapter.cs
- XmlSchemaValidationException.cs
- ElementHostPropertyMap.cs
- MeasureItemEvent.cs
- DesignerDataRelationship.cs
- SQLDecimal.cs
- LabelDesigner.cs
- FieldTemplateFactory.cs
- HwndHostAutomationPeer.cs
- PriorityRange.cs
- Axis.cs
- DictionaryCustomTypeDescriptor.cs
- EmbeddedMailObjectsCollection.cs
- GridViewUpdatedEventArgs.cs
- PropertyDescriptorGridEntry.cs
- ScriptResourceHandler.cs
- log.cs
- GeometryValueSerializer.cs
- AnnouncementInnerClient11.cs
- AssociationTypeEmitter.cs
- SynchronizedRandom.cs
- ClockGroup.cs
- OptionalRstParameters.cs
- Exceptions.cs
- PropertyPanel.cs
- ArrayWithOffset.cs
- ClassicBorderDecorator.cs
- ReaderWriterLockWrapper.cs
- Animatable.cs
- XsltSettings.cs
- LOSFormatter.cs
- BasicAsyncResult.cs
- TemplateAction.cs
- BamlBinaryReader.cs
- IriParsingElement.cs
- HttpRequestContext.cs
- TextRangeAdaptor.cs
- GridView.cs
- UnsafeNativeMethods.cs
- Site.cs
- ResXDataNode.cs
- StructuralObject.cs