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
- OLEDB_Enum.cs
- DesignerAdapterAttribute.cs
- BamlLocalizer.cs
- _Connection.cs
- ErrorLog.cs
- Identity.cs
- AbstractDataSvcMapFileLoader.cs
- CodeComment.cs
- PropertyMap.cs
- BuildManagerHost.cs
- StringExpressionSet.cs
- SynchronousChannel.cs
- XmlSchemaInclude.cs
- uribuilder.cs
- TransactionManager.cs
- IncrementalCompileAnalyzer.cs
- SecurityKeyIdentifierClause.cs
- ClusterSafeNativeMethods.cs
- EntityParameter.cs
- OdbcErrorCollection.cs
- ListControl.cs
- TextFormatterImp.cs
- TypeSemantics.cs
- Binding.cs
- OdbcDataAdapter.cs
- BinaryExpression.cs
- XmlCodeExporter.cs
- ScaleTransform.cs
- XPathExpr.cs
- SecurityHelper.cs
- VisualTreeUtils.cs
- COM2ComponentEditor.cs
- ServicePointManagerElement.cs
- isolationinterop.cs
- sitestring.cs
- SQLDateTimeStorage.cs
- ReplyChannelAcceptor.cs
- CodeMemberMethod.cs
- SqlDataSourceStatusEventArgs.cs
- DataColumn.cs
- ComponentEditorPage.cs
- WebPartZone.cs
- CharEntityEncoderFallback.cs
- XmlNodeList.cs
- ExternalFile.cs
- DynamicPhysicalDiscoSearcher.cs
- MatrixAnimationUsingKeyFrames.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- Quaternion.cs
- Calendar.cs
- BuildProviderAppliesToAttribute.cs
- SqlExpander.cs
- ToolStripDropTargetManager.cs
- CodeObjectCreateExpression.cs
- ArrangedElement.cs
- DataGridViewColumnConverter.cs
- StylusPointProperty.cs
- InkCanvasInnerCanvas.cs
- UpdatePanelControlTrigger.cs
- Shape.cs
- XamlGridLengthSerializer.cs
- ReadWriteObjectLock.cs
- ActiveXHelper.cs
- TableChangeProcessor.cs
- AppSettingsExpressionBuilder.cs
- ModelPerspective.cs
- SoapHeaders.cs
- SchemaElementLookUpTable.cs
- Vector3DAnimationUsingKeyFrames.cs
- Literal.cs
- RelationshipNavigation.cs
- AttributeUsageAttribute.cs
- EllipseGeometry.cs
- FontWeight.cs
- AuthenticatedStream.cs
- QilReference.cs
- SecurityException.cs
- HttpConfigurationContext.cs
- SrgsGrammarCompiler.cs
- ColorContext.cs
- DropShadowBitmapEffect.cs
- Function.cs
- RangeValidator.cs
- HtmlEmptyTagControlBuilder.cs
- EncryptedXml.cs
- Configuration.cs
- IncrementalCompileAnalyzer.cs
- OdbcConnectionPoolProviderInfo.cs
- HelloOperationAsyncResult.cs
- IPipelineRuntime.cs
- LocalFileSettingsProvider.cs
- DrawingVisual.cs
- RectangleF.cs
- NumericExpr.cs
- DesignerAutoFormatStyle.cs
- Bits.cs
- UnauthorizedWebPart.cs
- LinkedList.cs
- PathSegment.cs
- ControlsConfig.cs