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 / FlagsAttribute.cs / 1 / FlagsAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// namespace System { using System; // Custom attribute to indicate that the enum // should be treated as a bitfield (or set of flags). // An IDE may use this information to provide a richer // development experience. [AttributeUsage(AttributeTargets.Enum, Inherited = false),Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class FlagsAttribute : Attribute { public FlagsAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// namespace System { using System; // Custom attribute to indicate that the enum // should be treated as a bitfield (or set of flags). // An IDE may use this information to provide a richer // development experience. [AttributeUsage(AttributeTargets.Enum, Inherited = false),Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class FlagsAttribute : Attribute { public FlagsAttribute() { } } } // 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
- WebPartDisplayModeCollection.cs
- OdbcRowUpdatingEvent.cs
- PageBuildProvider.cs
- BindingMAnagerBase.cs
- XmlBufferReader.cs
- XmlStreamStore.cs
- NonVisualControlAttribute.cs
- EpmHelper.cs
- WebContentFormatHelper.cs
- ParameterCollection.cs
- MethodAccessException.cs
- PipeSecurity.cs
- FileUpload.cs
- DropDownList.cs
- WeakHashtable.cs
- Point.cs
- SHA512Managed.cs
- Stacktrace.cs
- HtmlTableCellCollection.cs
- ImageAttributes.cs
- AttributeCollection.cs
- DirectoryLocalQuery.cs
- DebugView.cs
- XmlArrayAttribute.cs
- CallSiteOps.cs
- ReadOnlyCollectionBase.cs
- SafeIUnknown.cs
- XmlMessageFormatter.cs
- MailAddress.cs
- CodeDefaultValueExpression.cs
- ActivityInstanceReference.cs
- DateBoldEvent.cs
- DateTimeFormatInfoScanner.cs
- CopyCodeAction.cs
- BitSet.cs
- RuntimeIdentifierPropertyAttribute.cs
- FaultContext.cs
- TryCatchDesigner.xaml.cs
- FtpWebResponse.cs
- NameValueFileSectionHandler.cs
- PropertyEmitterBase.cs
- FormViewPageEventArgs.cs
- TransformGroup.cs
- WebPartConnectionsDisconnectVerb.cs
- LinearKeyFrames.cs
- EntityClassGenerator.cs
- RootProfilePropertySettingsCollection.cs
- translator.cs
- ACL.cs
- SerialReceived.cs
- _NetworkingPerfCounters.cs
- UnknownBitmapEncoder.cs
- SpeechAudioFormatInfo.cs
- MessageDecoder.cs
- safesecurityhelperavalon.cs
- SqlUserDefinedTypeAttribute.cs
- UITypeEditor.cs
- TextTreeUndo.cs
- AggregateNode.cs
- InvalidPropValue.cs
- ETagAttribute.cs
- SchemaElementDecl.cs
- SessionState.cs
- TableLayoutPanelCellPosition.cs
- Parameter.cs
- ModelToObjectValueConverter.cs
- RegisteredExpandoAttribute.cs
- InvokeGenerator.cs
- DispatchOperation.cs
- TimeStampChecker.cs
- XmlRootAttribute.cs
- SpnegoTokenAuthenticator.cs
- RegexCharClass.cs
- invalidudtexception.cs
- DynamicILGenerator.cs
- AlphaSortedEnumConverter.cs
- DataListItem.cs
- ValuePatternIdentifiers.cs
- PropertyValidationContext.cs
- XmlSchemaDatatype.cs
- FrameworkName.cs
- ProfileParameter.cs
- Debugger.cs
- ToolboxItem.cs
- ToolstripProfessionalRenderer.cs
- XmlSchemaSimpleType.cs
- ObjectView.cs
- DataObjectAttribute.cs
- RemotingSurrogateSelector.cs
- DataGridViewRowEventArgs.cs
- Mutex.cs
- DecimalAnimation.cs
- IfJoinedCondition.cs
- DnsPermission.cs
- ConcatQueryOperator.cs
- URLIdentityPermission.cs
- CellRelation.cs
- ThreadExceptionEvent.cs
- XmlReturnReader.cs
- DataGridPagerStyle.cs