Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlEnumAttribute.cs / 1305376 / 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
- WebRequestModulesSection.cs
- WmlValidationSummaryAdapter.cs
- HierarchicalDataSourceControl.cs
- TreeViewDesigner.cs
- CommonDialog.cs
- OrderedDictionaryStateHelper.cs
- Matrix3DStack.cs
- DiscoveryOperationContext.cs
- ObfuscateAssemblyAttribute.cs
- TypeNameHelper.cs
- FixedSOMGroup.cs
- EventOpcode.cs
- TogglePattern.cs
- ManualResetEvent.cs
- ISO2022Encoding.cs
- Int32.cs
- Sorting.cs
- CurrentTimeZone.cs
- DataServiceQueryException.cs
- ObjectViewFactory.cs
- X509CertificateCollection.cs
- ShaperBuffers.cs
- TreeNodeCollection.cs
- PointKeyFrameCollection.cs
- ByteStreamBufferedMessageData.cs
- ReturnEventArgs.cs
- UpnEndpointIdentityExtension.cs
- X509SecurityToken.cs
- ZipIOExtraField.cs
- DictionaryManager.cs
- SchemaAttDef.cs
- IisTraceListener.cs
- RemoteHelper.cs
- FaultHandlingFilter.cs
- GatewayIPAddressInformationCollection.cs
- RectAnimation.cs
- AbstractExpressions.cs
- Size3DValueSerializer.cs
- ExecutionContext.cs
- UniqueID.cs
- IpcPort.cs
- WebEventCodes.cs
- WebPart.cs
- EmissiveMaterial.cs
- CssClassPropertyAttribute.cs
- LightweightCodeGenerator.cs
- TdsParserStateObject.cs
- CryptoKeySecurity.cs
- UniqueIdentifierService.cs
- SingleStorage.cs
- HttpRuntime.cs
- OutputCacheSettingsSection.cs
- FileCodeGroup.cs
- SharedDp.cs
- CapabilitiesPattern.cs
- Binding.cs
- SettingsProperty.cs
- XmlAnyElementAttributes.cs
- ActivityStateQuery.cs
- ToolStripItem.cs
- XmlUrlResolver.cs
- XmlSchemaFacet.cs
- SerializationEventsCache.cs
- EastAsianLunisolarCalendar.cs
- DataGridViewRowCancelEventArgs.cs
- ShaperBuffers.cs
- WaitHandle.cs
- EntitySetBase.cs
- BooleanFunctions.cs
- OdbcConnection.cs
- SerialPinChanges.cs
- PrintDialog.cs
- UIElement.cs
- SigningDialog.cs
- ClientTargetSection.cs
- DecoderFallbackWithFailureFlag.cs
- AudioFormatConverter.cs
- UInt32Converter.cs
- KeysConverter.cs
- BaseTemplateParser.cs
- ConnectorMovedEventArgs.cs
- AttachedPropertyMethodSelector.cs
- SecurityManager.cs
- RegexRunnerFactory.cs
- CounterSetInstance.cs
- CodeGotoStatement.cs
- TypeUtil.cs
- Scalars.cs
- XmlWriterSettings.cs
- SecUtil.cs
- HandlerFactoryWrapper.cs
- PagerStyle.cs
- TagPrefixCollection.cs
- XmlSecureResolver.cs
- PropertyChangingEventArgs.cs
- TextWriterEngine.cs
- ListItemCollection.cs
- StrongTypingException.cs
- BufferedWebEventProvider.cs
- BehaviorEditorPart.cs