Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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()
{
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeBuilder.cs
- DashStyle.cs
- CodeFieldReferenceExpression.cs
- ChangeInterceptorAttribute.cs
- SizeAnimationClockResource.cs
- MatrixTransform3D.cs
- SymbolPair.cs
- TreeViewItemAutomationPeer.cs
- EntityContainerEmitter.cs
- ExpressionBuilderCollection.cs
- ProcessInfo.cs
- DmlSqlGenerator.cs
- SqlBinder.cs
- TreeViewCancelEvent.cs
- FileDialog.cs
- DataTableNewRowEvent.cs
- BlurBitmapEffect.cs
- PropertyBuilder.cs
- SortExpressionBuilder.cs
- CompilationRelaxations.cs
- ContainsRowNumberChecker.cs
- RulePatternOps.cs
- ToolStripContentPanelRenderEventArgs.cs
- IIS7WorkerRequest.cs
- SortedSet.cs
- HttpHostedTransportConfiguration.cs
- DbDataReader.cs
- DataRowCollection.cs
- SessionPageStateSection.cs
- TextControlDesigner.cs
- exports.cs
- PassportIdentity.cs
- UnmanagedMemoryStreamWrapper.cs
- ExpressionBindings.cs
- DbRetry.cs
- TrackingServices.cs
- CompModSwitches.cs
- ThicknessAnimation.cs
- GridItem.cs
- RowType.cs
- PeerNameRecord.cs
- Size.cs
- ScriptingSectionGroup.cs
- InvalidOperationException.cs
- Registry.cs
- GridViewHeaderRowPresenter.cs
- StringFormat.cs
- XamlToRtfParser.cs
- HtmlShimManager.cs
- CapabilitiesAssignment.cs
- SharedUtils.cs
- RuntimeVariableList.cs
- EncryptedHeaderXml.cs
- OdbcConnectionStringbuilder.cs
- PathGeometry.cs
- DBCommand.cs
- WindowsStartMenu.cs
- OciHandle.cs
- ServiceHostingEnvironment.cs
- ZipIOModeEnforcingStream.cs
- AppDomainResourcePerfCounters.cs
- WebPartConnectionsDisconnectVerb.cs
- DbProviderManifest.cs
- DescendantBaseQuery.cs
- HostSecurityManager.cs
- UnsafeNativeMethods.cs
- Screen.cs
- CompensationDesigner.cs
- FileClassifier.cs
- StringToken.cs
- DomainUpDown.cs
- HttpModuleActionCollection.cs
- _SSPISessionCache.cs
- TraceLog.cs
- SignatureSummaryDialog.cs
- RestClientProxyHandler.cs
- Substitution.cs
- TextBoxAutomationPeer.cs
- AppDomainUnloadedException.cs
- CancelEventArgs.cs
- TypeLibConverter.cs
- AsyncInvokeContext.cs
- Schema.cs
- Transform3DGroup.cs
- sqlstateclientmanager.cs
- StyleCollectionEditor.cs
- TrackBarDesigner.cs
- ContactManager.cs
- X509ChainElement.cs
- GlyphInfoList.cs
- ToolStripGripRenderEventArgs.cs
- ViewStateException.cs
- CustomCredentialPolicy.cs
- Visual.cs
- CodePageEncoding.cs
- TransportBindingElementImporter.cs
- DynamicDataRoute.cs
- DelayedRegex.cs
- QEncodedStream.cs
- ListBoxItemAutomationPeer.cs