Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / CompilerServices / AccessedThroughPropertyAttribute.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageDrawing.cs
- CodeMemberProperty.cs
- SecurityContextTokenCache.cs
- ParseHttpDate.cs
- EntityDataSourceDesigner.cs
- DetailsViewUpdatedEventArgs.cs
- RegexCompilationInfo.cs
- DiagnosticEventProvider.cs
- BitmapEffectvisualstate.cs
- InternalsVisibleToAttribute.cs
- SortedList.cs
- UIElement3D.cs
- Configuration.cs
- WebPartCloseVerb.cs
- HostedNamedPipeTransportManager.cs
- DrawingServices.cs
- PathSegmentCollection.cs
- TreeNodeStyle.cs
- Listen.cs
- PerfProviderCollection.cs
- OperatorExpressions.cs
- DataGridViewCellPaintingEventArgs.cs
- ManipulationStartingEventArgs.cs
- AssemblyFilter.cs
- PcmConverter.cs
- ProgressBar.cs
- ProfileEventArgs.cs
- AssemblyBuilder.cs
- ResourcesGenerator.cs
- PassportAuthenticationEventArgs.cs
- MetabaseServerConfig.cs
- ComplusEndpointConfigContainer.cs
- Rights.cs
- BaseInfoTable.cs
- PropertyGridEditorPart.cs
- UserControlParser.cs
- XmlQuerySequence.cs
- ModifiableIteratorCollection.cs
- SevenBitStream.cs
- IItemContainerGenerator.cs
- SelectingProviderEventArgs.cs
- TextEditorSelection.cs
- Pkcs9Attribute.cs
- SchemaElementDecl.cs
- ThreadStateException.cs
- FixedHyperLink.cs
- DataGridLength.cs
- isolationinterop.cs
- TextMetrics.cs
- WorkflowPageSetupDialog.cs
- SoapRpcMethodAttribute.cs
- PartialCachingAttribute.cs
- TdsParserStaticMethods.cs
- metadatamappinghashervisitor.cs
- ItemType.cs
- LifetimeServices.cs
- PropertyGridView.cs
- UriExt.cs
- ArraySubsetEnumerator.cs
- PartBasedPackageProperties.cs
- SafeUserTokenHandle.cs
- BlockUIContainer.cs
- ResourceCategoryAttribute.cs
- PrePostDescendentsWalker.cs
- WorkflowQueuingService.cs
- StylusPointPropertyInfoDefaults.cs
- ReadOnlyDictionary.cs
- TraceData.cs
- ReflectionUtil.cs
- SerialPinChanges.cs
- GlyphManager.cs
- SchemaMapping.cs
- ToolStripGrip.cs
- FatalException.cs
- TraceContext.cs
- Point3D.cs
- OperationBehaviorAttribute.cs
- ColumnResizeAdorner.cs
- UserMapPath.cs
- InternalPermissions.cs
- FamilyTypefaceCollection.cs
- ActivityScheduledRecord.cs
- CodeTypeConstructor.cs
- MissingManifestResourceException.cs
- TreeNodeStyle.cs
- ControlParameter.cs
- OutputScopeManager.cs
- OracleRowUpdatedEventArgs.cs
- SettingsPropertyIsReadOnlyException.cs
- ClientProxyGenerator.cs
- IRCollection.cs
- XamlStream.cs
- SystemDropShadowChrome.cs
- NullableConverter.cs
- DeviceContext.cs
- RootBuilder.cs
- StateDesigner.Helpers.cs
- FunctionImportMapping.cs
- ExpressionBinding.cs
- SimpleMailWebEventProvider.cs