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
- DependencySource.cs
- HitTestWithPointDrawingContextWalker.cs
- MetadataArtifactLoaderFile.cs
- CodeTryCatchFinallyStatement.cs
- TraceData.cs
- LabelEditEvent.cs
- HttpCookieCollection.cs
- References.cs
- ItemList.cs
- XmlIlGenerator.cs
- TokenizerHelper.cs
- Utils.cs
- DataGridAutoFormatDialog.cs
- safelinkcollection.cs
- ErrorStyle.cs
- DispatcherExceptionEventArgs.cs
- SiteMembershipCondition.cs
- ProxyGenerationError.cs
- SafeNativeMethods.cs
- SafePointer.cs
- HttpClientCertificate.cs
- CodeTypeReferenceExpression.cs
- ExpressionBuilder.cs
- WsdlInspector.cs
- AnnouncementInnerClient11.cs
- TypeForwardedToAttribute.cs
- BitVec.cs
- XPathParser.cs
- OrderedDictionary.cs
- Error.cs
- WindowsFormsHostAutomationPeer.cs
- TrackPointCollection.cs
- TriState.cs
- SqlCachedBuffer.cs
- AttachInfo.cs
- CodeBinaryOperatorExpression.cs
- WsdlServiceChannelBuilder.cs
- MatrixIndependentAnimationStorage.cs
- PersonalizationProviderCollection.cs
- TraceContextEventArgs.cs
- HealthMonitoringSectionHelper.cs
- ControlCollection.cs
- HostingEnvironment.cs
- InputLanguageCollection.cs
- figurelengthconverter.cs
- BaseProcessor.cs
- ResourceContainer.cs
- ResourcesBuildProvider.cs
- TextRunTypographyProperties.cs
- PerformanceCounterPermissionEntry.cs
- WeakReference.cs
- ContainerParaClient.cs
- TableCell.cs
- TextInfo.cs
- ObjectDataSourceView.cs
- CodeChecksumPragma.cs
- MetadataCache.cs
- ToolboxItem.cs
- IOThreadTimer.cs
- AnimationClock.cs
- FindResponse.cs
- WindowsImpersonationContext.cs
- ParallelTimeline.cs
- ParameterElementCollection.cs
- TileBrush.cs
- IISMapPath.cs
- SecurityDescriptor.cs
- SiteMap.cs
- RuleValidation.cs
- _ChunkParse.cs
- NotificationContext.cs
- DescriptionAttribute.cs
- UnsafeNativeMethods.cs
- diagnosticsswitches.cs
- EventMemberCodeDomSerializer.cs
- SerialReceived.cs
- SkinBuilder.cs
- WebPartMovingEventArgs.cs
- LogAppendAsyncResult.cs
- FunctionNode.cs
- SingletonInstanceContextProvider.cs
- MarginCollapsingState.cs
- TcpProcessProtocolHandler.cs
- Assign.cs
- Hex.cs
- TextContainerChangeEventArgs.cs
- DesignerActionVerbList.cs
- KnownBoxes.cs
- EventManager.cs
- Token.cs
- XmlSchemaInclude.cs
- PointF.cs
- CodeExporter.cs
- recordstatefactory.cs
- XmlMemberMapping.cs
- Message.cs
- TemplatedWizardStep.cs
- ConfigurationSectionHelper.cs
- ConfigurationException.cs
- StateMachineAction.cs