Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IResourceProvider.cs
- DataTemplateSelector.cs
- GeneralTransform3D.cs
- HtmlListAdapter.cs
- SubstitutionList.cs
- FolderBrowserDialogDesigner.cs
- TextServicesDisplayAttribute.cs
- ProxyWebPart.cs
- DrawingImage.cs
- OleDbParameterCollection.cs
- OrCondition.cs
- PeerNameRecord.cs
- TreeIterators.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- httpstaticobjectscollection.cs
- PassportAuthenticationModule.cs
- AttributeCollection.cs
- FontEmbeddingManager.cs
- X509RawDataKeyIdentifierClause.cs
- GradientSpreadMethodValidation.cs
- ResourceDescriptionAttribute.cs
- BreadCrumbTextConverter.cs
- EdmComplexPropertyAttribute.cs
- WebEvents.cs
- ResourceDisplayNameAttribute.cs
- CodeCommentStatement.cs
- Endpoint.cs
- DbConnectionOptions.cs
- WinFormsSpinner.cs
- NotConverter.cs
- ListChangedEventArgs.cs
- DesignerAutoFormat.cs
- PerformanceCounter.cs
- ConfigXmlAttribute.cs
- Duration.cs
- PropertyGroupDescription.cs
- SpanIndex.cs
- SortedList.cs
- PropertyChangedEventArgs.cs
- ListControl.cs
- WinEventHandler.cs
- PartManifestEntry.cs
- Window.cs
- CqlParser.cs
- SerializationObjectManager.cs
- Activator.cs
- XmlEncoding.cs
- PropertyEmitter.cs
- SecurityRuntime.cs
- VirtualizingPanel.cs
- MaskedTextBox.cs
- MetadataExchangeClient.cs
- MailWebEventProvider.cs
- DrawingAttributesDefaultValueFactory.cs
- WebConfigurationManager.cs
- PhoneCallDesigner.cs
- SeekStoryboard.cs
- URIFormatException.cs
- SamlDelegatingWriter.cs
- EventLog.cs
- OverloadGroupAttribute.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- ConstraintEnumerator.cs
- DataControlExtensions.cs
- ComponentRenameEvent.cs
- RadioButtonPopupAdapter.cs
- ZipFileInfo.cs
- RemotingAttributes.cs
- glyphs.cs
- RijndaelManaged.cs
- ISO2022Encoding.cs
- ValidatingPropertiesEventArgs.cs
- UnaryNode.cs
- XPathSelectionIterator.cs
- WebBrowserNavigatedEventHandler.cs
- DataContract.cs
- BevelBitmapEffect.cs
- RtType.cs
- Bind.cs
- StylusPointPropertyInfo.cs
- MaskedTextBoxTextEditorDropDown.cs
- ClientEventManager.cs
- Normalization.cs
- PropertyFilterAttribute.cs
- BitmapCodecInfoInternal.cs
- bindurihelper.cs
- ListBoxItem.cs
- SendingRequestEventArgs.cs
- InstanceDataCollection.cs
- StringWriter.cs
- EnlistmentTraceIdentifier.cs
- WebPartDisplayModeCollection.cs
- ElementNotEnabledException.cs
- BaseTemplateBuildProvider.cs
- InputReferenceExpression.cs
- RowUpdatedEventArgs.cs
- OrderedDictionary.cs
- InkCanvasFeedbackAdorner.cs
- HotSpotCollection.cs
- ListViewItem.cs