Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- PreviewKeyDownEventArgs.cs
- ComplexObject.cs
- CacheOutputQuery.cs
- CodeTypeReferenceCollection.cs
- AtomicFile.cs
- SourceFilter.cs
- BufferModeSettings.cs
- SystemPens.cs
- SecurityManager.cs
- BadImageFormatException.cs
- ActionFrame.cs
- OutputCacheSettingsSection.cs
- Bitmap.cs
- HostedHttpContext.cs
- Boolean.cs
- ModuleConfigurationInfo.cs
- RuleSettingsCollection.cs
- EntityViewContainer.cs
- ReflectPropertyDescriptor.cs
- SqlUtils.cs
- SQLDateTimeStorage.cs
- DecimalStorage.cs
- ConstraintCollection.cs
- ChildrenQuery.cs
- BindableTemplateBuilder.cs
- CompatibleIComparer.cs
- Nodes.cs
- OleDbEnumerator.cs
- SqlCommandBuilder.cs
- RemotingConfigParser.cs
- InvalidPrinterException.cs
- HTMLTextWriter.cs
- ProviderConnectionPoint.cs
- VariableQuery.cs
- ContourSegment.cs
- PasswordTextContainer.cs
- SHA512Managed.cs
- ModulesEntry.cs
- Stack.cs
- UidPropertyAttribute.cs
- PeerNameResolver.cs
- ExtendedTransformFactory.cs
- GPStream.cs
- DeploymentSection.cs
- log.cs
- DataMemberFieldConverter.cs
- DetailsViewPageEventArgs.cs
- IntSecurity.cs
- GlyphRunDrawing.cs
- BindingObserver.cs
- ManagementScope.cs
- FormsIdentity.cs
- TypeElement.cs
- ContentValidator.cs
- ImageFormat.cs
- CryptoConfig.cs
- XmlnsCache.cs
- DataGridViewRowStateChangedEventArgs.cs
- GeometryValueSerializer.cs
- ErrorHandler.cs
- _FtpDataStream.cs
- SocketElement.cs
- TextReader.cs
- log.cs
- IsolatedStorageSecurityState.cs
- DateTimeUtil.cs
- NativeMethods.cs
- ScriptModule.cs
- CodeGeneratorOptions.cs
- Ipv6Element.cs
- FieldTemplateUserControl.cs
- WindowsAuthenticationModule.cs
- SQLInt16.cs
- _HeaderInfo.cs
- WorkflowIdleBehavior.cs
- FileVersion.cs
- RadioButtonList.cs
- ExpressionVisitorHelpers.cs
- PerfProviderCollection.cs
- DynamicQueryableWrapper.cs
- WebPartTracker.cs
- ModifierKeysValueSerializer.cs
- ImageListDesigner.cs
- DataFormats.cs
- HTMLTagNameToTypeMapper.cs
- TagPrefixAttribute.cs
- RequiredFieldValidator.cs
- NotifyCollectionChangedEventArgs.cs
- LineGeometry.cs
- sqlnorm.cs
- DataKeyCollection.cs
- QueryContinueDragEvent.cs
- TreeNodeStyle.cs
- AttributeTableBuilder.cs
- CodeExporter.cs
- TemplateBindingExpressionConverter.cs
- PointConverter.cs
- XmlSerializerFactory.cs
- TileModeValidation.cs
- InputLanguageCollection.cs