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
- CounterSampleCalculator.cs
- RoutedPropertyChangedEventArgs.cs
- RuntimeConfigurationRecord.cs
- RemotingAttributes.cs
- TreeNodeCollection.cs
- ArglessEventHandlerProxy.cs
- TextRangeProviderWrapper.cs
- Process.cs
- CodePropertyReferenceExpression.cs
- HttpProcessUtility.cs
- InfoCardConstants.cs
- StringKeyFrameCollection.cs
- TreeViewCancelEvent.cs
- CatalogZoneBase.cs
- DeobfuscatingStream.cs
- XhtmlBasicTextViewAdapter.cs
- MessageSmuggler.cs
- ImageList.cs
- DNS.cs
- ErrorEventArgs.cs
- GroupByExpressionRewriter.cs
- DialogBaseForm.cs
- ToolStripContainer.cs
- SelectionGlyphBase.cs
- TextStore.cs
- MatrixAnimationUsingPath.cs
- WebPartCatalogCloseVerb.cs
- DrawListViewItemEventArgs.cs
- TemplateField.cs
- Avt.cs
- XmlSchemaComplexContent.cs
- ContentPosition.cs
- ClientTargetCollection.cs
- CannotUnloadAppDomainException.cs
- ValidationHelper.cs
- GreaterThan.cs
- _SingleItemRequestCache.cs
- UnSafeCharBuffer.cs
- AsyncDataRequest.cs
- SQLInt32.cs
- DataDocumentXPathNavigator.cs
- PrinterResolution.cs
- ClientBuildManager.cs
- AsymmetricKeyExchangeFormatter.cs
- ParenthesizePropertyNameAttribute.cs
- SoapSchemaExporter.cs
- ProxyWebPart.cs
- SqlClientMetaDataCollectionNames.cs
- CompilationUtil.cs
- MutexSecurity.cs
- KeyEventArgs.cs
- Delay.cs
- SqlRowUpdatedEvent.cs
- PlanCompilerUtil.cs
- CodeBlockBuilder.cs
- VectorConverter.cs
- ColorConverter.cs
- IndividualDeviceConfig.cs
- ContentFilePart.cs
- QilReplaceVisitor.cs
- AuthenticatedStream.cs
- XAMLParseException.cs
- IndependentlyAnimatedPropertyMetadata.cs
- _ConnectionGroup.cs
- ParserContext.cs
- Rect3DValueSerializer.cs
- RegistryConfigurationProvider.cs
- BaseValidatorDesigner.cs
- WebConfigurationHostFileChange.cs
- ActionFrame.cs
- CodeEventReferenceExpression.cs
- SafeIUnknown.cs
- GridItemPatternIdentifiers.cs
- handlecollector.cs
- ScriptingScriptResourceHandlerSection.cs
- SoapSchemaImporter.cs
- Inline.cs
- OptimalTextSource.cs
- LoginView.cs
- ToggleButton.cs
- TextEffect.cs
- SystemGatewayIPAddressInformation.cs
- BrowserCapabilitiesCompiler.cs
- EastAsianLunisolarCalendar.cs
- WebBaseEventKeyComparer.cs
- ZipPackage.cs
- PolicyStatement.cs
- XmlAttribute.cs
- SecurityDocument.cs
- DataControlFieldCollection.cs
- OdbcConnectionFactory.cs
- MulticastIPAddressInformationCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- TextDecoration.cs
- DataGridItem.cs
- ParagraphVisual.cs
- ElementProxy.cs
- WebControlsSection.cs
- WorkflowInstanceSuspendedRecord.cs
- HwndSource.cs