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
- SqlBuffer.cs
- DataIdProcessor.cs
- GrammarBuilderWildcard.cs
- ReachFixedDocumentSerializerAsync.cs
- GridViewAutoFormat.cs
- ListViewPagedDataSource.cs
- EncodingNLS.cs
- DataMisalignedException.cs
- ForceCopyBuildProvider.cs
- AnimatedTypeHelpers.cs
- DebugView.cs
- EntityAdapter.cs
- DBNull.cs
- Command.cs
- BaseParser.cs
- XmlSchemaComplexContent.cs
- PassportAuthenticationEventArgs.cs
- SweepDirectionValidation.cs
- LogLogRecordHeader.cs
- TextPattern.cs
- SudsParser.cs
- DataBinder.cs
- Context.cs
- Canvas.cs
- SiteOfOriginContainer.cs
- InkCollectionBehavior.cs
- EventItfInfo.cs
- IgnoreDeviceFilterElementCollection.cs
- FixedSOMGroup.cs
- EventEntry.cs
- PrintDocument.cs
- WorkflowInstanceTerminatedRecord.cs
- XappLauncher.cs
- SchemaMerger.cs
- ObjectDataSourceMethodEventArgs.cs
- CodeEventReferenceExpression.cs
- SoapAttributeAttribute.cs
- XhtmlBasicValidationSummaryAdapter.cs
- ConfigXmlText.cs
- ReadOnlyPropertyMetadata.cs
- TransformationRules.cs
- PnrpPeerResolver.cs
- Effect.cs
- UrlPath.cs
- StandardCommands.cs
- QilGenerator.cs
- BStrWrapper.cs
- GridErrorDlg.cs
- Dispatcher.cs
- CodeAssignStatement.cs
- CompositeScriptReference.cs
- HtmlTableRow.cs
- HotSpotCollection.cs
- Image.cs
- KnownBoxes.cs
- ClosureBinding.cs
- DataServiceRequestOfT.cs
- ClientRuntimeConfig.cs
- AsyncResult.cs
- FilteredDataSetHelper.cs
- OperationParameterInfoCollection.cs
- InvalidPropValue.cs
- MatchingStyle.cs
- SecUtil.cs
- SwitchAttribute.cs
- HelpProvider.cs
- CommentEmitter.cs
- LocalBuilder.cs
- AutoResizedEvent.cs
- SuppressMergeCheckAttribute.cs
- documentsequencetextview.cs
- XmlJsonWriter.cs
- TextEffect.cs
- ApplicationGesture.cs
- XmlDocumentSerializer.cs
- WorkflowPersistenceService.cs
- Domain.cs
- ObjectStateManagerMetadata.cs
- MeasureItemEvent.cs
- InkCanvasSelectionAdorner.cs
- ColorMap.cs
- Simplifier.cs
- unsafenativemethodsother.cs
- DynamicMethod.cs
- Italic.cs
- _StreamFramer.cs
- EndpointNameMessageFilter.cs
- OpenTypeLayout.cs
- ImageField.cs
- PingOptions.cs
- HiddenFieldPageStatePersister.cs
- SqlGenericUtil.cs
- ConstantExpression.cs
- SiteIdentityPermission.cs
- ButtonField.cs
- ActivationServices.cs
- MimeTextImporter.cs
- SchemaEntity.cs
- AggregateNode.cs
- ApplicationGesture.cs