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
- BitmapImage.cs
- CodeLinePragma.cs
- Context.cs
- InplaceBitmapMetadataWriter.cs
- Highlights.cs
- TagNameToTypeMapper.cs
- DataDesignUtil.cs
- DataView.cs
- AssemblyBuilderData.cs
- CssStyleCollection.cs
- ExtentCqlBlock.cs
- BindableTemplateBuilder.cs
- Utils.cs
- RestClientProxyHandler.cs
- TagNameToTypeMapper.cs
- DataGridColumnCollection.cs
- TreeViewDataItemAutomationPeer.cs
- TraceData.cs
- smtppermission.cs
- GeometryConverter.cs
- Tuple.cs
- HighlightVisual.cs
- RenderingEventArgs.cs
- EditorZone.cs
- AndCondition.cs
- DecimalConverter.cs
- Activity.cs
- BuildResultCache.cs
- XmlElement.cs
- ConvertersCollection.cs
- HttpListenerElement.cs
- XmlResolver.cs
- ApplicationActivator.cs
- PartitionedStream.cs
- QuotedPrintableStream.cs
- OleDbParameter.cs
- RunWorkerCompletedEventArgs.cs
- DbException.cs
- Image.cs
- ServiceDescriptionSerializer.cs
- LoginUtil.cs
- WpfXamlMember.cs
- GeometryHitTestResult.cs
- NumberAction.cs
- RegisteredArrayDeclaration.cs
- OptimizerPatterns.cs
- ProxyElement.cs
- TextServicesContext.cs
- SR.cs
- AttributeEmitter.cs
- WindowsFormsHostPropertyMap.cs
- WindowsFormsLinkLabel.cs
- OleDbRowUpdatingEvent.cs
- AuthenticationService.cs
- CqlBlock.cs
- ZipFileInfoCollection.cs
- XMLSyntaxException.cs
- TlsnegoTokenAuthenticator.cs
- LayoutUtils.cs
- FlowDocument.cs
- Compiler.cs
- ConnectionPoint.cs
- AuthenticationServiceManager.cs
- DataGridTextBoxColumn.cs
- CardSpaceSelector.cs
- GlyphInfoList.cs
- HMACSHA256.cs
- UpdateEventArgs.cs
- XmlDsigSep2000.cs
- QueryAccessibilityHelpEvent.cs
- RegistrationServices.cs
- DataBindingsDialog.cs
- ListView.cs
- Point4DConverter.cs
- QuaternionKeyFrameCollection.cs
- NullReferenceException.cs
- ComPlusServiceLoader.cs
- XPathAncestorIterator.cs
- ConfigXmlWhitespace.cs
- DecimalConstantAttribute.cs
- _Win32.cs
- Environment.cs
- BuildResult.cs
- Label.cs
- DbException.cs
- CookieProtection.cs
- contentDescriptor.cs
- UrlMappingsSection.cs
- Collection.cs
- Int32Converter.cs
- TableStyle.cs
- WpfPayload.cs
- ButtonField.cs
- CacheForPrimitiveTypes.cs
- TypeBuilderInstantiation.cs
- SectionVisual.cs
- XPathExpr.cs
- TimeSpanSecondsConverter.cs
- OptimisticConcurrencyException.cs
- RichTextBoxAutomationPeer.cs