Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlSerializerVersionAttribute.cs / 1305376 / XmlSerializerVersionAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Assembly)] public sealed class XmlSerializerVersionAttribute : System.Attribute { string mvid; string serializerVersion; string ns; Type type; ///[To be supplied.] ////// /// public XmlSerializerVersionAttribute() { } ///[To be supplied.] ////// /// public XmlSerializerVersionAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public string ParentAssemblyId { get { return mvid; } set { mvid = value; } } ///[To be supplied.] ////// /// public string Version { get { return serializerVersion; } set { serializerVersion = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Assembly)] public sealed class XmlSerializerVersionAttribute : System.Attribute { string mvid; string serializerVersion; string ns; Type type; ///[To be supplied.] ////// /// public XmlSerializerVersionAttribute() { } ///[To be supplied.] ////// /// public XmlSerializerVersionAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public string ParentAssemblyId { get { return mvid; } set { mvid = value; } } ///[To be supplied.] ////// /// public string Version { get { return serializerVersion; } set { serializerVersion = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewTextBoxEditingControl.cs
- SqlFormatter.cs
- ListMarkerSourceInfo.cs
- Schema.cs
- BitVector32.cs
- Point3DKeyFrameCollection.cs
- PeerObject.cs
- NonceToken.cs
- RouteParser.cs
- DataRelationCollection.cs
- BuilderPropertyEntry.cs
- CodeAccessSecurityEngine.cs
- HtmlElementErrorEventArgs.cs
- EntityDescriptor.cs
- documentation.cs
- ElementAction.cs
- ExpandCollapseIsCheckedConverter.cs
- RootContext.cs
- OlePropertyStructs.cs
- ImportDesigner.xaml.cs
- AstTree.cs
- sqlmetadatafactory.cs
- UDPClient.cs
- ToolStripSettings.cs
- ValidationEventArgs.cs
- TextFormatterHost.cs
- XmlIncludeAttribute.cs
- OleDragDropHandler.cs
- AppDomainFactory.cs
- Win32Native.cs
- SecureStringHasher.cs
- EmissiveMaterial.cs
- WebPartUserCapability.cs
- xmlglyphRunInfo.cs
- ExpressionConverter.cs
- WindowsStatic.cs
- VisualBasicHelper.cs
- EntityDataSourceConfigureObjectContext.cs
- ServiceSecurityContext.cs
- ConnectionManagementElement.cs
- ProcessHostServerConfig.cs
- WebBrowserPermission.cs
- CfgParser.cs
- ReturnEventArgs.cs
- HttpProfileGroupBase.cs
- XmlSerializerFactory.cs
- ButtonStandardAdapter.cs
- WindowsHyperlink.cs
- XmlSchemaException.cs
- PeerTransportListenAddressConverter.cs
- AudioFormatConverter.cs
- MatchingStyle.cs
- BuildResult.cs
- PolyLineSegmentFigureLogic.cs
- XmlByteStreamWriter.cs
- PhysicalFontFamily.cs
- BamlCollectionHolder.cs
- EntityStoreSchemaFilterEntry.cs
- WsdlWriter.cs
- SMSvcHost.cs
- StaticExtensionConverter.cs
- ELinqQueryState.cs
- ContractTypeNameElement.cs
- ComponentEvent.cs
- RelativeSource.cs
- CodeSubDirectory.cs
- GridErrorDlg.cs
- AddingNewEventArgs.cs
- StringValueSerializer.cs
- ContainerUtilities.cs
- ApplicationException.cs
- HttpChannelBindingToken.cs
- PersonalizationStateInfo.cs
- TypeExtensionSerializer.cs
- WorkflowPageSetupDialog.cs
- BinaryReader.cs
- HelpEvent.cs
- Size3DValueSerializer.cs
- BuildProviderCollection.cs
- DbException.cs
- DropDownList.cs
- PolicyValidationException.cs
- UpWmlMobileTextWriter.cs
- EventLogPermissionEntry.cs
- StatusStrip.cs
- BinaryWriter.cs
- SafeRegistryHandle.cs
- ControlValuePropertyAttribute.cs
- CompiledQueryCacheEntry.cs
- XhtmlStyleClass.cs
- FocusTracker.cs
- ScriptingSectionGroup.cs
- DataGridCommandEventArgs.cs
- WebPartConnectionsConfigureVerb.cs
- BaseParagraph.cs
- ErrorHandlerModule.cs
- securitycriticaldata.cs
- BitmapEffectRenderDataResource.cs
- GenerateDerivedKeyRequest.cs
- SafeMILHandle.cs