Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / Serialization / XmlSerializerVersionAttribute.cs / 1 / 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
- SelectionPatternIdentifiers.cs
- UInt16Storage.cs
- DoubleLink.cs
- ReservationCollection.cs
- DBSchemaRow.cs
- XmlSubtreeReader.cs
- OpCodes.cs
- StructuralCache.cs
- CodeDOMUtility.cs
- MatrixStack.cs
- CustomTypeDescriptor.cs
- ProbeDuplex11AsyncResult.cs
- assemblycache.cs
- CompressionTracing.cs
- ForeignKeyConstraint.cs
- DataGridViewCellValidatingEventArgs.cs
- MethodBuilderInstantiation.cs
- CheckBoxBaseAdapter.cs
- DesignerImageAdapter.cs
- NextPreviousPagerField.cs
- DeviceContext2.cs
- DBDataPermission.cs
- SafeHandle.cs
- ResourceSet.cs
- FilterEventArgs.cs
- LocalFileSettingsProvider.cs
- SystemMulticastIPAddressInformation.cs
- Debugger.cs
- DataGridViewTopRowAccessibleObject.cs
- ProcessProtocolHandler.cs
- GradientBrush.cs
- DataReceivedEventArgs.cs
- ScriptMethodAttribute.cs
- FilterQuery.cs
- Int64.cs
- MenuItemCollectionEditorDialog.cs
- UnsafeNativeMethods.cs
- Help.cs
- SpecularMaterial.cs
- Emitter.cs
- Restrictions.cs
- RecordConverter.cs
- BuildProvidersCompiler.cs
- FontCollection.cs
- MenuCommand.cs
- CryptoHelper.cs
- XmlRootAttribute.cs
- HostProtectionException.cs
- ScriptControlManager.cs
- X509Certificate2.cs
- Soap12FormatExtensions.cs
- selecteditemcollection.cs
- HwndSourceParameters.cs
- RepeatButtonAutomationPeer.cs
- GeneralTransform3DTo2D.cs
- XmlUtf8RawTextWriter.cs
- ListViewCommandEventArgs.cs
- XmlWhitespace.cs
- TagNameToTypeMapper.cs
- TaskFormBase.cs
- SqlLiftIndependentRowExpressions.cs
- PageMediaType.cs
- NonBatchDirectoryCompiler.cs
- TableTextElementCollectionInternal.cs
- EntityConnection.cs
- PublishLicense.cs
- DataSourceExpression.cs
- ToolStripItemRenderEventArgs.cs
- IdentityReference.cs
- Substitution.cs
- SecurityValidationBehavior.cs
- ControlLocalizer.cs
- _UncName.cs
- WebPartHelpVerb.cs
- SecurityProtocolCorrelationState.cs
- Double.cs
- XmlCharCheckingWriter.cs
- XmlSerializerVersionAttribute.cs
- x509store.cs
- GroupByExpressionRewriter.cs
- FileCodeGroup.cs
- SerializationSectionGroup.cs
- IsolatedStorageException.cs
- OracleString.cs
- WebConfigurationManager.cs
- PingOptions.cs
- ListenerElementsCollection.cs
- ZipPackagePart.cs
- StringOutput.cs
- EventLogInformation.cs
- FontCacheUtil.cs
- ZipIOModeEnforcingStream.cs
- PropertyPushdownHelper.cs
- EncryptedKey.cs
- PasswordDeriveBytes.cs
- TraceContext.cs
- SafeReversePInvokeHandle.cs
- RuntimeComponentFilter.cs
- DPTypeDescriptorContext.cs
- XmlSerializationReader.cs