Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- StylusShape.cs
- WindowsGrip.cs
- IndexedString.cs
- TextHintingModeValidation.cs
- ResourceKey.cs
- BasicExpressionVisitor.cs
- UnknownWrapper.cs
- NumericExpr.cs
- ToolStripContentPanelRenderEventArgs.cs
- _DisconnectOverlappedAsyncResult.cs
- FunctionQuery.cs
- ThreadLocal.cs
- Parser.cs
- DateTimeSerializationSection.cs
- MenuTracker.cs
- ServiceModelSecurityTokenTypes.cs
- BasicCommandTreeVisitor.cs
- EmptyStringExpandableObjectConverter.cs
- CheckBoxBaseAdapter.cs
- FileDataSource.cs
- LocalFileSettingsProvider.cs
- LocalizationParserHooks.cs
- ConnectionPoint.cs
- GCHandleCookieTable.cs
- Viewport3DAutomationPeer.cs
- FormClosedEvent.cs
- ObjectComplexPropertyMapping.cs
- Bitmap.cs
- RoleProviderPrincipal.cs
- CompressEmulationStream.cs
- EventRouteFactory.cs
- RelationshipConverter.cs
- HttpCachePolicyElement.cs
- MarkupCompilePass1.cs
- RequestCachePolicyConverter.cs
- AutomationIdentifierGuids.cs
- ThreadAttributes.cs
- ManagedIStream.cs
- XsltSettings.cs
- PriorityItem.cs
- SqlBulkCopy.cs
- Util.cs
- Configuration.cs
- ExpressionWriter.cs
- RuntimeVariablesExpression.cs
- NativeMethods.cs
- PassportPrincipal.cs
- TCEAdapterGenerator.cs
- ProgressBarHighlightConverter.cs
- QueryExtender.cs
- VBCodeProvider.cs
- WebPartZoneBase.cs
- WindowsIPAddress.cs
- HostedHttpContext.cs
- IIS7WorkerRequest.cs
- MachineSettingsSection.cs
- XmlSerializableReader.cs
- SafeRegistryHandle.cs
- RootBuilder.cs
- SurrogateEncoder.cs
- LinearKeyFrames.cs
- UpdatePanelTriggerCollection.cs
- StreamUpdate.cs
- FormatterConverter.cs
- SystemThemeKey.cs
- NextPreviousPagerField.cs
- SQLCharsStorage.cs
- SignatureGenerator.cs
- ElementAction.cs
- DoubleLink.cs
- ExtentCqlBlock.cs
- AxParameterData.cs
- LineGeometry.cs
- XmlSchemaComplexContent.cs
- BaseCodeDomTreeGenerator.cs
- ResourcesGenerator.cs
- ExpressionList.cs
- UndirectedGraph.cs
- XPathAncestorQuery.cs
- ColumnPropertiesGroup.cs
- GridProviderWrapper.cs
- OleDbFactory.cs
- SimpleTableProvider.cs
- EnumConverter.cs
- DirectoryObjectSecurity.cs
- ScriptingSectionGroup.cs
- HorizontalAlignConverter.cs
- TimeSpan.cs
- GlyphRun.cs
- Char.cs
- DataSourceSelectArguments.cs
- Vector.cs
- GenerateTemporaryTargetAssembly.cs
- LoadRetryHandler.cs
- Form.cs
- MetafileHeaderWmf.cs
- ToolStripItemClickedEventArgs.cs
- RegistryExceptionHelper.cs
- DateTimeFormatInfo.cs
- WindowsListViewScroll.cs