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
- TextEditor.cs
- TabControlAutomationPeer.cs
- Point3DAnimationUsingKeyFrames.cs
- WindowsContainer.cs
- ArithmeticException.cs
- DeclarativeExpressionConditionDeclaration.cs
- TrustSection.cs
- HostingEnvironmentWrapper.cs
- FormView.cs
- PageRanges.cs
- SafeBitVector32.cs
- RoleManagerModule.cs
- JoinGraph.cs
- DragCompletedEventArgs.cs
- ListControlConvertEventArgs.cs
- GPRECT.cs
- ThreadExceptionEvent.cs
- GeneralTransform3D.cs
- Char.cs
- ProcessModule.cs
- SafeProcessHandle.cs
- DoubleAnimationBase.cs
- XMLDiffLoader.cs
- SignatureGenerator.cs
- ResourceContainer.cs
- WebPartDisplayModeCollection.cs
- TransformGroup.cs
- QilNode.cs
- ProcessModelInfo.cs
- ThicknessAnimationUsingKeyFrames.cs
- xmlformatgeneratorstatics.cs
- basevalidator.cs
- ManipulationDeltaEventArgs.cs
- RelationalExpressions.cs
- ExtendedProtectionPolicyTypeConverter.cs
- NavigatorInput.cs
- SecurityDocument.cs
- AdornerDecorator.cs
- DownloadProgressEventArgs.cs
- SaveFileDialog.cs
- OverflowException.cs
- DataViewManager.cs
- MediaElementAutomationPeer.cs
- RowParagraph.cs
- itemelement.cs
- SystemUnicastIPAddressInformation.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- AmbientLight.cs
- SoapExtensionReflector.cs
- BridgeDataRecord.cs
- ObjectDataSourceView.cs
- TypeName.cs
- DoWorkEventArgs.cs
- PageAsyncTaskManager.cs
- CreateParams.cs
- WsdlExporter.cs
- PackWebRequest.cs
- PathFigureCollectionConverter.cs
- JapaneseLunisolarCalendar.cs
- DBDataPermissionAttribute.cs
- DragDropManager.cs
- SamlSecurityToken.cs
- AssemblyNameProxy.cs
- TraceSection.cs
- _ListenerAsyncResult.cs
- ApplicationSecurityManager.cs
- UnionExpr.cs
- SafeArchiveContext.cs
- SwitchAttribute.cs
- NotFiniteNumberException.cs
- EnumType.cs
- LayoutTableCell.cs
- EqualityComparer.cs
- DetailsViewUpdateEventArgs.cs
- WindowsSolidBrush.cs
- ToolStripPanelRow.cs
- ToolStripComboBox.cs
- DataGridDesigner.cs
- CodeMethodInvokeExpression.cs
- SerializerProvider.cs
- ISAPIWorkerRequest.cs
- Selection.cs
- StringSource.cs
- BuildManager.cs
- SafeThemeHandle.cs
- ContainerVisual.cs
- BuildManager.cs
- InvalidWMPVersionException.cs
- ConfigXmlText.cs
- Tile.cs
- ActivityScheduledRecord.cs
- WebRequestModulesSection.cs
- MetabaseServerConfig.cs
- XmlTextAttribute.cs
- TextEditorTables.cs
- PixelFormat.cs
- ProxyAttribute.cs
- COM2Enum.cs
- ExeConfigurationFileMap.cs
- WebPartsPersonalization.cs