Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / EnumMemberAttribute.cs / 1 / EnumMemberAttribute.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Runtime.Serialization { [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] public sealed class EnumMemberAttribute : Attribute { string value; bool isValueSetExplicit; public EnumMemberAttribute() { } public string Value { get { return this.value; } set { this.value = value; this.isValueSetExplicit = true;} } internal bool IsValueSetExplicit { get { return this.isValueSetExplicit; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SizeConverter.cs
- TabOrder.cs
- HwndSubclass.cs
- Empty.cs
- WebPartUtil.cs
- SafeNativeMethodsCLR.cs
- DesignerLabelAdapter.cs
- Pair.cs
- ServiceDiscoveryElement.cs
- HuffmanTree.cs
- WindowPatternIdentifiers.cs
- RunInstallerAttribute.cs
- SqlTypesSchemaImporter.cs
- WebPartsSection.cs
- FontUnit.cs
- HandleRef.cs
- ParameterBuilder.cs
- jithelpers.cs
- MessageDecoder.cs
- NamespaceQuery.cs
- MetadataCacheItem.cs
- WindowInteropHelper.cs
- DataControlFieldCell.cs
- GenericIdentity.cs
- DurationConverter.cs
- XPathBinder.cs
- KeyPullup.cs
- grammarelement.cs
- DoubleStorage.cs
- CapabilitiesState.cs
- NonVisualControlAttribute.cs
- DynamicValidator.cs
- MapPathBasedVirtualPathProvider.cs
- LifetimeServices.cs
- GeneratedView.cs
- SecurityKeyType.cs
- columnmapkeybuilder.cs
- FeatureAttribute.cs
- XMLDiffLoader.cs
- SqlFileStream.cs
- _SSPIWrapper.cs
- ProfileParameter.cs
- ProfileProvider.cs
- UnSafeCharBuffer.cs
- CompositeCollectionView.cs
- ExchangeUtilities.cs
- XmlDownloadManager.cs
- SecurityChannel.cs
- ServicePointManager.cs
- FontUnitConverter.cs
- VerticalAlignConverter.cs
- TextOnlyOutput.cs
- webbrowsersite.cs
- TraceLog.cs
- SortedList.cs
- ProfilePropertySettings.cs
- SqlClientMetaDataCollectionNames.cs
- ISAPIRuntime.cs
- DbDataRecord.cs
- MediaTimeline.cs
- PageThemeParser.cs
- WmpBitmapDecoder.cs
- SrgsElementFactoryCompiler.cs
- DrawingGroup.cs
- URL.cs
- FixedPageAutomationPeer.cs
- TaskFormBase.cs
- LinearKeyFrames.cs
- DuplicateWaitObjectException.cs
- NoneExcludedImageIndexConverter.cs
- DesignerToolStripControlHost.cs
- KeySpline.cs
- PieceDirectory.cs
- Resources.Designer.cs
- QueryTaskGroupState.cs
- Int32AnimationUsingKeyFrames.cs
- SspiWrapper.cs
- XmlSortKeyAccumulator.cs
- SourceElementsCollection.cs
- OleDbCommandBuilder.cs
- ListViewDataItem.cs
- XslException.cs
- DataSourceView.cs
- hwndwrapper.cs
- HttpDebugHandler.cs
- ProviderConnectionPointCollection.cs
- RectAnimationUsingKeyFrames.cs
- HighlightVisual.cs
- InvalidEnumArgumentException.cs
- Margins.cs
- SqlProviderServices.cs
- RectIndependentAnimationStorage.cs
- ContextQuery.cs
- PEFileEvidenceFactory.cs
- ResXFileRef.cs
- StringInfo.cs
- Binding.cs
- Compilation.cs
- WebHttpSecurity.cs
- TraceContextEventArgs.cs