Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- EditingScopeUndoUnit.cs
- MasterPageCodeDomTreeGenerator.cs
- WindowsListViewItemStartMenu.cs
- MDIControlStrip.cs
- BulletChrome.cs
- XmlNodeChangedEventManager.cs
- BufferedGraphics.cs
- WebSysDefaultValueAttribute.cs
- QueryCacheKey.cs
- WebPartMenu.cs
- TextSyndicationContentKindHelper.cs
- EntityContainer.cs
- Transform3DGroup.cs
- HighlightComponent.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- DiagnosticStrings.cs
- ConstructorBuilder.cs
- XamlFigureLengthSerializer.cs
- SmtpFailedRecipientException.cs
- HyperLinkStyle.cs
- COM2EnumConverter.cs
- COM2ComponentEditor.cs
- DelegateSerializationHolder.cs
- EmissiveMaterial.cs
- _AutoWebProxyScriptHelper.cs
- DataGridPageChangedEventArgs.cs
- SchemaHelper.cs
- FixedFlowMap.cs
- RuntimeConfig.cs
- WindowsListBox.cs
- __Filters.cs
- DeriveBytes.cs
- DefaultSection.cs
- DataGridViewCellStyleConverter.cs
- SqlDataSourceDesigner.cs
- CodeMethodInvokeExpression.cs
- FixedSOMTextRun.cs
- FSWPathEditor.cs
- XmlDocumentFragment.cs
- SHA1Managed.cs
- CircleHotSpot.cs
- WindowsStatusBar.cs
- SqlXml.cs
- ApplicationBuildProvider.cs
- BitVec.cs
- GrammarBuilderRuleRef.cs
- ValidationSummary.cs
- RuntimeWrappedException.cs
- SoapMessage.cs
- DataKeyArray.cs
- StringStorage.cs
- XmlDictionaryReader.cs
- DataGridViewCheckBoxColumn.cs
- DependencyPropertyHelper.cs
- DoWorkEventArgs.cs
- BamlStream.cs
- TableRow.cs
- RuntimeHandles.cs
- ListDictionary.cs
- AsyncOperationContext.cs
- StringArrayConverter.cs
- PagesSection.cs
- MaterialGroup.cs
- OraclePermission.cs
- Window.cs
- ILGenerator.cs
- UInt64.cs
- PolyLineSegment.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ManagedIStream.cs
- DrawingCollection.cs
- UnmanagedBitmapWrapper.cs
- SoapConverter.cs
- CodeDirectoryCompiler.cs
- PropertyTabChangedEvent.cs
- Track.cs
- _LazyAsyncResult.cs
- ParserHooks.cs
- RelAssertionDirectKeyIdentifierClause.cs
- ItemsPresenter.cs
- LicenseManager.cs
- MobileRedirect.cs
- AttachedPropertyMethodSelector.cs
- SqlParameterCollection.cs
- LazyLoadBehavior.cs
- DefaultBinder.cs
- NameValueSectionHandler.cs
- WFItemsToSpacerVisibility.cs
- PanningMessageFilter.cs
- ParserOptions.cs
- wgx_sdk_version.cs
- ProjectionPathSegment.cs
- HashSetEqualityComparer.cs
- TableLayoutStyleCollection.cs
- Pair.cs
- Command.cs
- DataGridViewCellConverter.cs
- ZoneLinkButton.cs
- SafeReversePInvokeHandle.cs
- VirtualPath.cs