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 / 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
- UpdatePanelControlTrigger.cs
- ViewGenerator.cs
- ListItemParagraph.cs
- CodeTryCatchFinallyStatement.cs
- DrawingContextWalker.cs
- ConnectionStringsExpressionBuilder.cs
- SortFieldComparer.cs
- ParallelTimeline.cs
- ViewBox.cs
- HttpClientCertificate.cs
- ObjectSecurity.cs
- _Events.cs
- loginstatus.cs
- FixedStringLookup.cs
- AdornerDecorator.cs
- DefaultProfileManager.cs
- PageRequestManager.cs
- CalendarAutoFormat.cs
- DecoderFallback.cs
- ClientOptions.cs
- XmlUtil.cs
- NegotiateStream.cs
- Solver.cs
- dataprotectionpermission.cs
- BCryptSafeHandles.cs
- InvalidPropValue.cs
- TextSelectionHelper.cs
- serverconfig.cs
- ForceCopyBuildProvider.cs
- BooleanFacetDescriptionElement.cs
- PopupControlService.cs
- EncryptedData.cs
- InputLanguage.cs
- MultiPageTextView.cs
- MasterPageParser.cs
- TextSelectionHighlightLayer.cs
- HashCodeCombiner.cs
- TableLayoutColumnStyleCollection.cs
- ColorConvertedBitmap.cs
- ListenerElementsCollection.cs
- Partitioner.cs
- ConnectorEditor.cs
- ImageButton.cs
- OdbcConnectionPoolProviderInfo.cs
- XmlSchemaImporter.cs
- NameNode.cs
- BoundsDrawingContextWalker.cs
- SystemThemeKey.cs
- followingquery.cs
- NetNamedPipeBindingCollectionElement.cs
- UserControlCodeDomTreeGenerator.cs
- IisTraceWebEventProvider.cs
- TextProperties.cs
- FunctionNode.cs
- SqlClientWrapperSmiStream.cs
- ManipulationCompletedEventArgs.cs
- ListViewItem.cs
- AnnotationAdorner.cs
- MenuItemBinding.cs
- SmiMetaDataProperty.cs
- TypedRowHandler.cs
- FormViewModeEventArgs.cs
- QueryOptionExpression.cs
- DesignerMetadata.cs
- AxisAngleRotation3D.cs
- ArgumentFixer.cs
- LogExtentCollection.cs
- ReadingWritingEntityEventArgs.cs
- odbcmetadatacollectionnames.cs
- WebPartVerb.cs
- MultipleCopiesCollection.cs
- DrawingServices.cs
- SemanticAnalyzer.cs
- HtmlInputText.cs
- MediaEntryAttribute.cs
- TableLayoutPanelCodeDomSerializer.cs
- WebReference.cs
- StateDesignerConnector.cs
- FileSystemWatcher.cs
- ElementHostPropertyMap.cs
- CharacterMetricsDictionary.cs
- ThreadExceptionDialog.cs
- TableAutomationPeer.cs
- CommonProperties.cs
- RuntimeConfigLKG.cs
- MimeMultiPart.cs
- CodePageUtils.cs
- ArgumentDesigner.xaml.cs
- XmlDataContract.cs
- TextMarkerSource.cs
- RulePatternOps.cs
- PenLineCapValidation.cs
- SqlBuilder.cs
- CharStorage.cs
- SettingsPropertyValueCollection.cs
- HttpContext.cs
- ExtendedPropertyDescriptor.cs
- SQLInt32.cs
- ItemsPanelTemplate.cs
- mda.cs