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
- TextPenaltyModule.cs
- MSHTMLHost.cs
- PathBox.cs
- ContentTextAutomationPeer.cs
- MessagePropertyAttribute.cs
- SqlDeflator.cs
- OperationPickerDialog.cs
- SafeNativeMethods.cs
- AdapterDictionary.cs
- SeekableReadStream.cs
- VisualTreeFlattener.cs
- DataGridTextBoxColumn.cs
- KeyInterop.cs
- XmlDocumentSurrogate.cs
- EntityModelBuildProvider.cs
- Action.cs
- SecurityProtocol.cs
- SlotInfo.cs
- WebDisplayNameAttribute.cs
- SoapIgnoreAttribute.cs
- IFlowDocumentViewer.cs
- GPRECTF.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- InternalConfigRoot.cs
- ControlCollection.cs
- DataProtection.cs
- OleDbDataAdapter.cs
- HiddenField.cs
- MappingModelBuildProvider.cs
- ConstNode.cs
- PackWebResponse.cs
- FixUpCollection.cs
- EntityContainer.cs
- WebPartEventArgs.cs
- StatusBarAutomationPeer.cs
- WizardStepBase.cs
- Viewport2DVisual3D.cs
- TypeDependencyAttribute.cs
- ConfigurationLocationCollection.cs
- MultilineStringEditor.cs
- QuaternionValueSerializer.cs
- SqlDataSource.cs
- DbProviderServices.cs
- BindableAttribute.cs
- StrongTypingException.cs
- TextParentUndoUnit.cs
- DataKeyArray.cs
- FieldToken.cs
- XsltLoader.cs
- CurrentChangingEventManager.cs
- XmlValidatingReaderImpl.cs
- ConstrainedDataObject.cs
- UnsafeNativeMethods.cs
- LongCountAggregationOperator.cs
- FreezableCollection.cs
- DataColumnMappingCollection.cs
- Overlapped.cs
- ProfileGroupSettings.cs
- XmlParserContext.cs
- RepeatInfo.cs
- SHA512.cs
- WindowsToolbarAsMenu.cs
- elementinformation.cs
- TableSectionStyle.cs
- ListenerElementsCollection.cs
- WhileDesigner.xaml.cs
- DataGridViewRowPostPaintEventArgs.cs
- BindingWorker.cs
- CriticalHandle.cs
- FixedBufferAttribute.cs
- TriState.cs
- DataGridColumnStyleMappingNameEditor.cs
- ResourceReferenceExpressionConverter.cs
- DiscoveryClientElement.cs
- AddInContractAttribute.cs
- webproxy.cs
- CornerRadius.cs
- GroupAggregateExpr.cs
- TextSearch.cs
- ExtendedPropertiesHandler.cs
- UInt64Converter.cs
- X509PeerCertificateAuthenticationElement.cs
- OdbcHandle.cs
- HtmlHead.cs
- DataServicePagingProviderWrapper.cs
- CreateUserWizard.cs
- LogicalExpr.cs
- PingReply.cs
- FunctionUpdateCommand.cs
- TimelineGroup.cs
- SystemIcons.cs
- LifetimeServices.cs
- SafePEFileHandle.cs
- ReachSerializationUtils.cs
- ComPlusTypeValidator.cs
- ComplexTypeEmitter.cs
- panel.cs
- SystemColors.cs
- IFlowDocumentViewer.cs
- unsafeIndexingFilterStream.cs