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
- XamlTypeWithExplicitNamespace.cs
- SimplePropertyEntry.cs
- BadImageFormatException.cs
- AssemblyBuilder.cs
- SHA384.cs
- KeysConverter.cs
- DrawingState.cs
- DataGridViewRowHeaderCell.cs
- Registry.cs
- XPathScanner.cs
- CustomWebEventKey.cs
- Transform.cs
- RangeContentEnumerator.cs
- SQLUtility.cs
- WebPartAddingEventArgs.cs
- UIElementParagraph.cs
- Avt.cs
- KeyBinding.cs
- XamlTreeBuilderBamlRecordWriter.cs
- StringUtil.cs
- SecurityState.cs
- Socket.cs
- ResetableIterator.cs
- safex509handles.cs
- ObjectHelper.cs
- GenericWebPart.cs
- SignerInfo.cs
- SSmlParser.cs
- QuaternionValueSerializer.cs
- ItemAutomationPeer.cs
- IOException.cs
- List.cs
- SqlMethodCallConverter.cs
- DefaultAsyncDataDispatcher.cs
- DynamicMethod.cs
- DefaultEventAttribute.cs
- RadialGradientBrush.cs
- TypeToStringValueConverter.cs
- PointLightBase.cs
- OrderedDictionary.cs
- HtmlElementCollection.cs
- CollectionChangeEventArgs.cs
- PrintingPermission.cs
- DataGridRow.cs
- EntityDataSourceWizardForm.cs
- CommonXSendMessage.cs
- TableItemStyle.cs
- StorageEntityContainerMapping.cs
- AQNBuilder.cs
- DecimalAnimationUsingKeyFrames.cs
- QueryableDataSource.cs
- DataGridTableCollection.cs
- ScrollBar.cs
- DaylightTime.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Int16Converter.cs
- DetailsViewInsertEventArgs.cs
- KeyedHashAlgorithm.cs
- StartFileNameEditor.cs
- XmlILAnnotation.cs
- IUnknownConstantAttribute.cs
- HiddenFieldPageStatePersister.cs
- CodeMemberEvent.cs
- XmlLanguageConverter.cs
- ValueExpressions.cs
- DataGridViewCellLinkedList.cs
- x509store.cs
- CommandPlan.cs
- HeaderFilter.cs
- GroupItem.cs
- SetUserPreferenceRequest.cs
- SafeFileMappingHandle.cs
- WindowsSpinner.cs
- PreProcessInputEventArgs.cs
- XPathArrayIterator.cs
- Vector3DIndependentAnimationStorage.cs
- PackageDigitalSignature.cs
- CodeComment.cs
- SystemUdpStatistics.cs
- EventLogPermission.cs
- ScriptRef.cs
- OpenFileDialog.cs
- RawStylusInputCustomData.cs
- StoreConnection.cs
- TextDecoration.cs
- XmlRawWriterWrapper.cs
- DiagnosticsElement.cs
- LinkDescriptor.cs
- FormsAuthenticationCredentials.cs
- IISUnsafeMethods.cs
- WebPartZoneBaseDesigner.cs
- OrderToken.cs
- TraceEventCache.cs
- ContentFileHelper.cs
- SystemNetHelpers.cs
- DataBoundControlHelper.cs
- DataList.cs
- OpenTypeLayout.cs
- Journal.cs
- XmlReflectionMember.cs