Code:
/ 4.0 / 4.0 / 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. // ==++== // // 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
- PolyQuadraticBezierSegment.cs
- ZipFileInfo.cs
- MarkupExtensionParser.cs
- ReverseQueryOperator.cs
- PrimitiveType.cs
- StretchValidation.cs
- HostDesigntimeLicenseContext.cs
- EndpointAddress.cs
- IncomingWebResponseContext.cs
- EmptyQuery.cs
- CmsInterop.cs
- SpecularMaterial.cs
- LayoutUtils.cs
- ListViewAutomationPeer.cs
- Calendar.cs
- CacheForPrimitiveTypes.cs
- TemplatePagerField.cs
- DataChangedEventManager.cs
- FileLogRecord.cs
- HtmlAnchor.cs
- sqlpipe.cs
- SystemGatewayIPAddressInformation.cs
- Transform3D.cs
- ArrayElementGridEntry.cs
- SqlInfoMessageEvent.cs
- IteratorFilter.cs
- SelectedPathEditor.cs
- BinaryNode.cs
- MenuItemCollectionEditor.cs
- LocationUpdates.cs
- Subtract.cs
- MultipartContentParser.cs
- CustomErrorCollection.cs
- Mouse.cs
- EventLogWatcher.cs
- InternalControlCollection.cs
- XmlAttributes.cs
- ISAPIApplicationHost.cs
- PlacementWorkspace.cs
- DataGridViewCellCancelEventArgs.cs
- DefaultAsyncDataDispatcher.cs
- ContentDisposition.cs
- EntitySqlQueryBuilder.cs
- EdmSchemaAttribute.cs
- Util.cs
- ContentPosition.cs
- SmtpNetworkElement.cs
- GeneralTransform.cs
- CodeDirectoryCompiler.cs
- WrapPanel.cs
- PickBranchDesigner.xaml.cs
- QueryMatcher.cs
- ToolStripContainer.cs
- DbTransaction.cs
- mediaeventshelper.cs
- Authorization.cs
- FontNameConverter.cs
- Image.cs
- DataGridCell.cs
- XmlSchemaAttribute.cs
- _ListenerRequestStream.cs
- LocalizableAttribute.cs
- ResourceSet.cs
- RegexReplacement.cs
- LoadedOrUnloadedOperation.cs
- XmlSchemaSimpleTypeUnion.cs
- SQLDateTimeStorage.cs
- CryptographicAttribute.cs
- SqlDataSourceView.cs
- querybuilder.cs
- SystemIcons.cs
- XamlTemplateSerializer.cs
- ServiceModelActivity.cs
- WebPartsPersonalizationAuthorization.cs
- Base64Stream.cs
- OletxDependentTransaction.cs
- TextUtf8RawTextWriter.cs
- SingleAnimationBase.cs
- BindingBase.cs
- DataStreamFromComStream.cs
- UnauthorizedAccessException.cs
- ITreeGenerator.cs
- ByteRangeDownloader.cs
- WebEventTraceProvider.cs
- FixedPosition.cs
- TextDocumentView.cs
- TranslateTransform3D.cs
- RequestCacheValidator.cs
- SelectionEditingBehavior.cs
- TextEffectResolver.cs
- ProviderIncompatibleException.cs
- ChameleonKey.cs
- DBDataPermissionAttribute.cs
- DiscoveryMessageSequenceGenerator.cs
- UntrustedRecipientException.cs
- SiteMapNodeItemEventArgs.cs
- DataGridViewImageColumn.cs
- QilStrConcat.cs
- MobileControl.cs
- CopyOnWriteList.cs