Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RoleBoolean.cs
- XmlLinkedNode.cs
- Faults.cs
- CallbackTimeoutsBehavior.cs
- XamlGridLengthSerializer.cs
- ParamArrayAttribute.cs
- ReceiveDesigner.xaml.cs
- DataGridViewImageColumn.cs
- VSWCFServiceContractGenerator.cs
- RoutingExtension.cs
- HGlobalSafeHandle.cs
- FragmentQuery.cs
- MulticastDelegate.cs
- PriorityQueue.cs
- ChannelSinkStacks.cs
- TransformValueSerializer.cs
- PackageProperties.cs
- MarkupExtensionReturnTypeAttribute.cs
- TextBox.cs
- _ListenerAsyncResult.cs
- InvokerUtil.cs
- Cursors.cs
- ellipse.cs
- LayoutTable.cs
- basemetadatamappingvisitor.cs
- ObjectSecurity.cs
- WebBrowserPermission.cs
- TextDpi.cs
- RecognizedAudio.cs
- TrackingProfile.cs
- Panel.cs
- StringResourceManager.cs
- OleDbDataAdapter.cs
- NotSupportedException.cs
- WebBrowserHelper.cs
- FunctionImportElement.cs
- HelpHtmlBuilder.cs
- BitStack.cs
- SqlAliasesReferenced.cs
- HwndPanningFeedback.cs
- relpropertyhelper.cs
- XDeferredAxisSource.cs
- MemoryFailPoint.cs
- DefaultAsyncDataDispatcher.cs
- _BufferOffsetSize.cs
- TreeNodeMouseHoverEvent.cs
- ProjectionPlanCompiler.cs
- GeneralTransform.cs
- AudienceUriMode.cs
- CheckedPointers.cs
- WebPartMenuStyle.cs
- ProgramPublisher.cs
- formatstringdialog.cs
- FilterEventArgs.cs
- MetadataUtil.cs
- MenuItemCollectionEditor.cs
- AssemblyName.cs
- VectorConverter.cs
- ConditionalAttribute.cs
- CodeAttributeArgument.cs
- SqlConnection.cs
- Viewport3DAutomationPeer.cs
- TextTreeNode.cs
- SocketAddress.cs
- CompModSwitches.cs
- SerializableTypeCodeDomSerializer.cs
- NamedElement.cs
- CqlWriter.cs
- NetMsmqSecurity.cs
- TemplateKey.cs
- MenuCommand.cs
- ImageSourceValueSerializer.cs
- AppSecurityManager.cs
- ContactManager.cs
- DatatypeImplementation.cs
- BlurEffect.cs
- ReadWriteObjectLock.cs
- AsyncOperation.cs
- BitmapEffectGeneralTransform.cs
- HttpCookiesSection.cs
- ResourceDefaultValueAttribute.cs
- HostingEnvironment.cs
- ExpressionBindingCollection.cs
- DataServiceEntityAttribute.cs
- Matrix3D.cs
- GenericTypeParameterBuilder.cs
- ValueType.cs
- UInt64.cs
- TimeZoneNotFoundException.cs
- IndicShape.cs
- DayRenderEvent.cs
- TraceUtility.cs
- TableDesigner.cs
- Subordinate.cs
- TerminatorSinks.cs
- OperandQuery.cs
- DebuggerAttributes.cs
- DeclarationUpdate.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- XmlAnyElementAttributes.cs