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
- HtmlTextArea.cs
- MaskedTextBox.cs
- FacetChecker.cs
- AuthenticationException.cs
- MessageQueueInstaller.cs
- RequestStatusBarUpdateEventArgs.cs
- LastQueryOperator.cs
- ComplexObject.cs
- DesignTable.cs
- DataTemplateKey.cs
- RenderingBiasValidation.cs
- TypedRowHandler.cs
- WindowsToolbar.cs
- FindProgressChangedEventArgs.cs
- BuildProviderAppliesToAttribute.cs
- DataPagerFieldCommandEventArgs.cs
- SystemDropShadowChrome.cs
- CmsInterop.cs
- TraceFilter.cs
- FloaterBaseParaClient.cs
- InkSerializer.cs
- TableRowCollection.cs
- Site.cs
- TableLayoutSettings.cs
- DesignerAdRotatorAdapter.cs
- EmptyControlCollection.cs
- Point3DIndependentAnimationStorage.cs
- ReflectionUtil.cs
- StandardCommands.cs
- IIS7UserPrincipal.cs
- ScriptServiceAttribute.cs
- FormatterServices.cs
- ToolBar.cs
- XmlValueConverter.cs
- TextEffect.cs
- NumericUpDownAccelerationCollection.cs
- Rotation3DAnimationUsingKeyFrames.cs
- AssemblyBuilderData.cs
- PropertySegmentSerializer.cs
- Model3DGroup.cs
- MessageBuffer.cs
- ISAPIApplicationHost.cs
- RevocationPoint.cs
- UnauthorizedAccessException.cs
- GroupBoxRenderer.cs
- DependencyPropertyAttribute.cs
- MethodInfo.cs
- errorpatternmatcher.cs
- VersionPair.cs
- TypeGenericEnumerableViewSchema.cs
- SHA384.cs
- ContractMethodInfo.cs
- NavigationProperty.cs
- Parsers.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- HitTestFilterBehavior.cs
- TemplateControlParser.cs
- EncryptedXml.cs
- Clause.cs
- TypeFieldSchema.cs
- ComponentResourceKey.cs
- ToolStripGrip.cs
- CodeTypeMember.cs
- MulticastOption.cs
- ServiceBuildProvider.cs
- InProcStateClientManager.cs
- _ListenerAsyncResult.cs
- LogRecordSequence.cs
- SchemaImporterExtensionElementCollection.cs
- DispatcherFrame.cs
- Rotation3DAnimationUsingKeyFrames.cs
- ProviderCommandInfoUtils.cs
- PageBreakRecord.cs
- SystemIPGlobalProperties.cs
- BooleanAnimationBase.cs
- ModelMemberCollection.cs
- GridViewRowEventArgs.cs
- WebBrowsableAttribute.cs
- ObjectDataSourceEventArgs.cs
- StatusBarDrawItemEvent.cs
- ResourceAssociationTypeEnd.cs
- ConstantCheck.cs
- RoleService.cs
- _HeaderInfoTable.cs
- LogicalExpressionEditor.cs
- HttpGetServerProtocol.cs
- DataGridViewRowConverter.cs
- ConfigPathUtility.cs
- ArithmeticException.cs
- RoutedEvent.cs
- SystemSounds.cs
- DataTable.cs
- RowParagraph.cs
- DbReferenceCollection.cs
- LayoutSettings.cs
- TrackingProfile.cs
- SafeRightsManagementEnvironmentHandle.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- Visual3DCollection.cs
- XPathNavigator.cs