Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / ThreadStaticAttribute.cs / 1 / ThreadStaticAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ThreadStaticAttribute.cs ** ** ** Purpose: Custom attribute to indicate that the field should be treated ** as a static relative to a thread. ** ** ** ===========================================================*/ namespace System { using System; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class ThreadStaticAttribute : Attribute { public ThreadStaticAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: ThreadStaticAttribute.cs ** ** ** Purpose: Custom attribute to indicate that the field should be treated ** as a static relative to a thread. ** ** ** ===========================================================*/ namespace System { using System; [AttributeUsage(AttributeTargets.Field, Inherited = false),Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class ThreadStaticAttribute : Attribute { public ThreadStaticAttribute() { } } } // 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
- ControlEvent.cs
- DataObject.cs
- ProtocolViolationException.cs
- CursorConverter.cs
- ReliableOutputConnection.cs
- OdbcTransaction.cs
- XmlToDatasetMap.cs
- FieldTemplateUserControl.cs
- CounterNameConverter.cs
- EnumerableRowCollectionExtensions.cs
- MarshalByValueComponent.cs
- WindowsPen.cs
- TabItem.cs
- ContextConfiguration.cs
- DoubleCollectionValueSerializer.cs
- OneToOneMappingSerializer.cs
- IPAddress.cs
- DataShape.cs
- DataGridViewColumnHeaderCell.cs
- InternalRelationshipCollection.cs
- Command.cs
- XmlWriterTraceListener.cs
- PolicyException.cs
- HtmlUtf8RawTextWriter.cs
- UrlAuthFailedErrorFormatter.cs
- WebExceptionStatus.cs
- SafePointer.cs
- TextViewBase.cs
- RoleManagerEventArgs.cs
- UnknownBitmapEncoder.cs
- SimpleType.cs
- Line.cs
- Base64Stream.cs
- DataGridViewComboBoxEditingControl.cs
- TypePresenter.xaml.cs
- SynchronizedKeyedCollection.cs
- WebPartsPersonalizationAuthorization.cs
- TypeDescriptionProvider.cs
- BatchParser.cs
- RegexReplacement.cs
- Parser.cs
- HandlerBase.cs
- TranslateTransform.cs
- TextBoxView.cs
- DetailsViewDeletedEventArgs.cs
- RangeExpression.cs
- SchemaCompiler.cs
- EventBindingService.cs
- StorageConditionPropertyMapping.cs
- XXXInfos.cs
- EventDescriptor.cs
- InkPresenter.cs
- GrammarBuilderRuleRef.cs
- XamlToRtfParser.cs
- XmlBinaryReader.cs
- AsyncPostBackErrorEventArgs.cs
- Privilege.cs
- RuleSettings.cs
- Select.cs
- LocalIdKeyIdentifierClause.cs
- RepeaterCommandEventArgs.cs
- ColumnHeader.cs
- ScrollViewer.cs
- XmlQueryOutput.cs
- SamlAction.cs
- DbConnectionFactory.cs
- PeerCollaborationPermission.cs
- TypeBuilderInstantiation.cs
- PropertyAccessVisitor.cs
- OutputCacheEntry.cs
- XmlnsDefinitionAttribute.cs
- WebColorConverter.cs
- TransactionBehavior.cs
- InfoCardSymmetricCrypto.cs
- ReadOnlyPropertyMetadata.cs
- DispatchChannelSink.cs
- DataColumnSelectionConverter.cs
- SectionUpdates.cs
- HasCopySemanticsAttribute.cs
- SliderAutomationPeer.cs
- MoveSizeWinEventHandler.cs
- DeclarativeCatalogPart.cs
- FormViewInsertEventArgs.cs
- ScriptBehaviorDescriptor.cs
- InvalidAsynchronousStateException.cs
- MessageBodyDescription.cs
- TagMapCollection.cs
- Vector3DConverter.cs
- fixedPageContentExtractor.cs
- SynchronizedDispatch.cs
- COM2PropertyPageUITypeConverter.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- SafePEFileHandle.cs
- NamedPermissionSet.cs
- Ipv6Element.cs
- DynamicMethod.cs
- ButtonBaseAutomationPeer.cs
- DiagnosticTrace.cs
- Transform3D.cs
- SafeRightsManagementQueryHandle.cs