Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlEnumAttribute.cs / 1 / XmlEnumAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field)] public class XmlEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public XmlEnumAttribute() { } ///[To be supplied.] ////// /// public XmlEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { get { return name; } set { name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field)] public class XmlEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public XmlEnumAttribute() { } ///[To be supplied.] ////// /// public XmlEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { get { return name; } set { name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Mouse.cs
- BitmapEffectDrawingContextState.cs
- EntitySqlQueryState.cs
- ResourceDisplayNameAttribute.cs
- BitmapData.cs
- Control.cs
- XamlBrushSerializer.cs
- HttpListenerElement.cs
- SamlNameIdentifierClaimResource.cs
- MetadataCache.cs
- InvalidOperationException.cs
- PriorityBindingExpression.cs
- DoubleAnimationUsingPath.cs
- XmlLangPropertyAttribute.cs
- HandleCollector.cs
- Semaphore.cs
- DateTimeOffset.cs
- TypeHelper.cs
- ValueTable.cs
- EdmComplexPropertyAttribute.cs
- ThemeableAttribute.cs
- RefreshEventArgs.cs
- AnimatedTypeHelpers.cs
- XmlSignatureProperties.cs
- ConfigXmlSignificantWhitespace.cs
- ListParagraph.cs
- Misc.cs
- DoubleConverter.cs
- MeshGeometry3D.cs
- SqlReferenceCollection.cs
- ResourceAttributes.cs
- TextWriter.cs
- DBCommandBuilder.cs
- RSATokenProvider.cs
- SpotLight.cs
- ObsoleteAttribute.cs
- ADMembershipUser.cs
- XmlSerializerNamespaces.cs
- ConnectionManagementElementCollection.cs
- ServicesUtilities.cs
- XmlSchemaSimpleContentExtension.cs
- ValidationService.cs
- HttpRuntimeSection.cs
- ArrayEditor.cs
- MimeTypeMapper.cs
- PackageDigitalSignatureManager.cs
- BindingContext.cs
- GregorianCalendar.cs
- SystemResourceKey.cs
- DataGridViewCellStyleChangedEventArgs.cs
- FileStream.cs
- Schedule.cs
- TimeZoneInfo.cs
- externdll.cs
- XmlAtomErrorReader.cs
- EdmItemCollection.cs
- PropertyChangingEventArgs.cs
- DotAtomReader.cs
- TextRunCacheImp.cs
- KeyValueConfigurationCollection.cs
- RunInstallerAttribute.cs
- FreezableCollection.cs
- AudioSignalProblemOccurredEventArgs.cs
- NullableFloatMinMaxAggregationOperator.cs
- QueuePathDialog.cs
- ValidatedControlConverter.cs
- GlyphTypeface.cs
- XmlCompatibilityReader.cs
- ManipulationDevice.cs
- FunctionQuery.cs
- XmlReaderSettings.cs
- DurationConverter.cs
- GradientStop.cs
- QueryMath.cs
- SoapHttpTransportImporter.cs
- PagesChangedEventArgs.cs
- EventLogEntryCollection.cs
- SoapTransportImporter.cs
- MailMessage.cs
- Style.cs
- ProcessModelInfo.cs
- ViewStateException.cs
- Style.cs
- PolicyManager.cs
- FunctionOverloadResolver.cs
- DispatcherObject.cs
- LinqToSqlWrapper.cs
- SQLBoolean.cs
- FontFamilyConverter.cs
- JavaScriptObjectDeserializer.cs
- MailWriter.cs
- AdjustableArrowCap.cs
- HttpAsyncResult.cs
- NetworkStream.cs
- mactripleDES.cs
- SemanticResolver.cs
- ServicePoint.cs
- BinaryObjectWriter.cs
- DiffuseMaterial.cs
- BamlLocalizabilityResolver.cs