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
- WorkflowControlEndpoint.cs
- AssemblyHash.cs
- OLEDB_Enum.cs
- InnerItemCollectionView.cs
- SourceSwitch.cs
- ProjectionRewriter.cs
- QueryableDataSourceHelper.cs
- PagedDataSource.cs
- XmlElementAttribute.cs
- WebBrowserHelper.cs
- UserUseLicenseDictionaryLoader.cs
- FlowDocumentPaginator.cs
- Console.cs
- MatchNoneMessageFilter.cs
- HtmlForm.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- MenuItem.cs
- TextComposition.cs
- NTAccount.cs
- XmlAttributeOverrides.cs
- MeasureItemEvent.cs
- RegexEditorDialog.cs
- PresentationAppDomainManager.cs
- ReferencedAssembly.cs
- SqlDataSourceCache.cs
- SeverityFilter.cs
- NetworkInterface.cs
- RowUpdatingEventArgs.cs
- arabicshape.cs
- CodeMemberMethod.cs
- IResourceProvider.cs
- CriticalHandle.cs
- CompilationUtil.cs
- MailAddress.cs
- PrtCap_Public_Simple.cs
- DebugTraceHelper.cs
- DateTimeFormat.cs
- BindingCollection.cs
- WebPartZone.cs
- CodeAccessSecurityEngine.cs
- ByteArrayHelperWithString.cs
- XmlCountingReader.cs
- CacheModeValueSerializer.cs
- RectAnimationBase.cs
- RuleSetCollection.cs
- CodeMethodInvokeExpression.cs
- HwndSource.cs
- Run.cs
- ConfigurationElementProperty.cs
- StrokeNodeData.cs
- SystemGatewayIPAddressInformation.cs
- ContainsRowNumberChecker.cs
- HtmlInputText.cs
- GroupBoxRenderer.cs
- FormatterConverter.cs
- EntryWrittenEventArgs.cs
- DiscardableAttribute.cs
- PreviewPrintController.cs
- TextSpan.cs
- StatusBarAutomationPeer.cs
- MainMenu.cs
- ComEventsSink.cs
- EntityCommandDefinition.cs
- NetworkAddressChange.cs
- DirectionalLight.cs
- GeneratedCodeAttribute.cs
- TreeNode.cs
- TypeUsageBuilder.cs
- IndicFontClient.cs
- DbConnectionPoolGroup.cs
- EditCommandColumn.cs
- CodeTypeReference.cs
- ColorContext.cs
- ExpressionPrinter.cs
- StorageEntityContainerMapping.cs
- PolygonHotSpot.cs
- HMACSHA512.cs
- MetadataItemSerializer.cs
- CellTreeSimplifier.cs
- ResourceAttributes.cs
- PageTextBox.cs
- FormViewDeletedEventArgs.cs
- AuthenticationConfig.cs
- prompt.cs
- SizeConverter.cs
- RsaKeyIdentifierClause.cs
- WhitespaceRuleReader.cs
- Base64Encoder.cs
- ClickablePoint.cs
- CultureInfoConverter.cs
- FlowDocumentReaderAutomationPeer.cs
- RequestTimeoutManager.cs
- SecurityTokenTypes.cs
- ClientConfigurationHost.cs
- TemplateColumn.cs
- TextProviderWrapper.cs
- ContentElement.cs
- ExternalException.cs
- UnsafeNativeMethods.cs
- IListConverters.cs