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
- TriggerCollection.cs
- DefaultObjectSerializer.cs
- CultureSpecificCharacterBufferRange.cs
- PerfProviderCollection.cs
- _LazyAsyncResult.cs
- StringInfo.cs
- UnicodeEncoding.cs
- WMIInterop.cs
- TypeNameConverter.cs
- ErrorWrapper.cs
- Fx.cs
- SessionStateModule.cs
- ColumnHeader.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Win32NamedPipes.cs
- SafeTokenHandle.cs
- PropertyConverter.cs
- DataTableMappingCollection.cs
- EntityDataSourceValidationException.cs
- ServiceOperationParameter.cs
- Roles.cs
- ArcSegment.cs
- FilteredDataSetHelper.cs
- XmlSignificantWhitespace.cs
- ResolvedKeyFrameEntry.cs
- TextWriterTraceListener.cs
- Mapping.cs
- FilePresentation.cs
- WindowsSysHeader.cs
- ComponentEditorForm.cs
- _RequestLifetimeSetter.cs
- GridViewPageEventArgs.cs
- TargetException.cs
- ApplicationFileParser.cs
- MenuCommand.cs
- RoutingConfiguration.cs
- HtmlInputButton.cs
- Html32TextWriter.cs
- ToolStripSeparator.cs
- GAC.cs
- FormatterServices.cs
- DataGridViewToolTip.cs
- BinaryWriter.cs
- UrlMappingsModule.cs
- UtilityExtension.cs
- PermissionAttributes.cs
- AutoResizedEvent.cs
- StateMachineAction.cs
- OpenCollectionAsyncResult.cs
- Marshal.cs
- HostExecutionContextManager.cs
- CodeNamespaceImportCollection.cs
- AuthenticationException.cs
- PolicyStatement.cs
- SqlRowUpdatingEvent.cs
- Rect3D.cs
- TextReader.cs
- TreeViewItemAutomationPeer.cs
- TextBlock.cs
- ReadOnlyDictionary.cs
- DocumentPage.cs
- HtmlInputImage.cs
- DetailsViewPagerRow.cs
- Light.cs
- IBuiltInEvidence.cs
- TargetInvocationException.cs
- Model3DGroup.cs
- dtdvalidator.cs
- RadioButton.cs
- VerificationException.cs
- RadioButtonAutomationPeer.cs
- COM2IPerPropertyBrowsingHandler.cs
- KeyInterop.cs
- ZipIOExtraFieldPaddingElement.cs
- CodeSnippetExpression.cs
- AttachedPropertyMethodSelector.cs
- DefaultMemberAttribute.cs
- Literal.cs
- SecurityUtils.cs
- SynchronizingStream.cs
- SelectionRange.cs
- Utilities.cs
- ButtonBase.cs
- InplaceBitmapMetadataWriter.cs
- PrePrepareMethodAttribute.cs
- Item.cs
- XmlSchemaCompilationSettings.cs
- GridSplitterAutomationPeer.cs
- DbParameterCollectionHelper.cs
- Compiler.cs
- WebPartTransformerAttribute.cs
- GatewayDefinition.cs
- SubstitutionList.cs
- coordinatorscratchpad.cs
- Int32CollectionValueSerializer.cs
- RequiredFieldValidator.cs
- ParameterElement.cs
- ArithmeticException.cs
- AsymmetricSignatureDeformatter.cs
- RawTextInputReport.cs