Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- PropertyTabChangedEvent.cs
- DefaultPropertyAttribute.cs
- ContextMenu.cs
- HttpApplicationFactory.cs
- PropertyIDSet.cs
- Vector.cs
- ObjectStateManager.cs
- TreeViewDataItemAutomationPeer.cs
- DurationConverter.cs
- Evidence.cs
- MILUtilities.cs
- OdbcCommandBuilder.cs
- Set.cs
- EntityModelSchemaGenerator.cs
- NativeMethods.cs
- ListenerConnectionModeReader.cs
- PageContentAsyncResult.cs
- figurelength.cs
- DataViewListener.cs
- StylusEditingBehavior.cs
- SoapFault.cs
- IPAddressCollection.cs
- ResourceDisplayNameAttribute.cs
- SoapObjectReader.cs
- EntityDataSourceContainerNameConverter.cs
- RegistrySecurity.cs
- VectorAnimation.cs
- SingleConverter.cs
- WebPartCatalogAddVerb.cs
- OraclePermissionAttribute.cs
- IdleTimeoutMonitor.cs
- WebPartUserCapability.cs
- ExtentKey.cs
- AnnotationService.cs
- CommentAction.cs
- DefaultPropertiesToSend.cs
- WebSysDescriptionAttribute.cs
- OdbcErrorCollection.cs
- UnitySerializationHolder.cs
- SolidColorBrush.cs
- XmlObjectSerializerReadContext.cs
- CompoundFileIOPermission.cs
- TreeViewItem.cs
- SmiEventStream.cs
- ImplicitInputBrush.cs
- Normalization.cs
- ListItemParagraph.cs
- PanelStyle.cs
- OleDbRowUpdatingEvent.cs
- FixUpCollection.cs
- FormatPage.cs
- TextParagraphCache.cs
- LineGeometry.cs
- FastEncoder.cs
- TableLayoutRowStyleCollection.cs
- ellipse.cs
- documentation.cs
- MaterializeFromAtom.cs
- assertwrapper.cs
- ListViewUpdateEventArgs.cs
- Triplet.cs
- ListViewSortEventArgs.cs
- WorkflowApplicationUnloadedException.cs
- AssemblyResourceLoader.cs
- SimpleHandlerBuildProvider.cs
- PropertyRef.cs
- ProcessHostFactoryHelper.cs
- SmtpLoginAuthenticationModule.cs
- WindowsGraphicsCacheManager.cs
- WindowsGraphicsWrapper.cs
- VBCodeProvider.cs
- DesignerListAdapter.cs
- XpsS0ValidatingLoader.cs
- IdentifierService.cs
- DiscardableAttribute.cs
- RuntimeUtils.cs
- DbResourceAllocator.cs
- FrameworkElementAutomationPeer.cs
- MSG.cs
- TimeSpanOrInfiniteValidator.cs
- WorkflowItemPresenter.cs
- ObjectDataSourceFilteringEventArgs.cs
- DummyDataSource.cs
- DependencyPropertyKind.cs
- SecurityCriticalDataForSet.cs
- NewArrayExpression.cs
- AssertFilter.cs
- SystemUnicastIPAddressInformation.cs
- HttpRuntime.cs
- ObfuscationAttribute.cs
- SqlDataSourceAdvancedOptionsForm.cs
- TransformGroup.cs
- WinEventWrap.cs
- ImmComposition.cs
- DataGridViewColumnHeaderCell.cs
- GenericEnumConverter.cs
- CodeGotoStatement.cs
- LogicalTreeHelper.cs
- assertwrapper.cs
- Camera.cs