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
- DataGridClipboardHelper.cs
- InkCollectionBehavior.cs
- Switch.cs
- SafeMarshalContext.cs
- RotationValidation.cs
- AssociationSetMetadata.cs
- BinaryConverter.cs
- DrawingCollection.cs
- base64Transforms.cs
- EventToken.cs
- FixedTextSelectionProcessor.cs
- DataSourceCacheDurationConverter.cs
- UndoManager.cs
- HttpTransportSecurity.cs
- AsnEncodedData.cs
- TextParagraphProperties.cs
- CredentialSelector.cs
- CertificateManager.cs
- EventMappingSettingsCollection.cs
- ProcessModule.cs
- ButtonBaseAdapter.cs
- LineProperties.cs
- linebase.cs
- WrappedDispatcherException.cs
- EntitySetBase.cs
- Knowncolors.cs
- HiddenField.cs
- StylusLogic.cs
- SmiXetterAccessMap.cs
- TextServicesContext.cs
- SEHException.cs
- MailSettingsSection.cs
- CompilerState.cs
- Pair.cs
- Tuple.cs
- DbConnectionPoolIdentity.cs
- ControlParameter.cs
- ManagementObjectCollection.cs
- ItemCheckedEvent.cs
- UnmanagedMemoryStream.cs
- ToolStripDropDown.cs
- Item.cs
- _FtpDataStream.cs
- RepeaterItemEventArgs.cs
- ColumnPropertiesGroup.cs
- ParserOptions.cs
- DependencyPropertyConverter.cs
- CodeBinaryOperatorExpression.cs
- NotCondition.cs
- ObjectItemCollection.cs
- UnsafeNativeMethodsMilCoreApi.cs
- TemplateInstanceAttribute.cs
- ButtonBase.cs
- SoapAttributeAttribute.cs
- Converter.cs
- Label.cs
- WebResourceAttribute.cs
- ToolTipService.cs
- Utilities.cs
- PolicyAssertionCollection.cs
- Query.cs
- TypePropertyEditor.cs
- CryptoStream.cs
- XmlHelper.cs
- VideoDrawing.cs
- OpCodes.cs
- mongolianshape.cs
- Context.cs
- SQLDecimal.cs
- ListViewEditEventArgs.cs
- PtsContext.cs
- TripleDES.cs
- CustomActivityDesigner.cs
- SoundPlayer.cs
- PropertyAccessVisitor.cs
- ToggleButtonAutomationPeer.cs
- DefaultValueAttribute.cs
- FlowchartStart.xaml.cs
- Vector3D.cs
- PaperSize.cs
- ZipPackage.cs
- ASCIIEncoding.cs
- SqlDataSourceView.cs
- FocusChangedEventArgs.cs
- PageTheme.cs
- RoleServiceManager.cs
- CommandEventArgs.cs
- Int32AnimationUsingKeyFrames.cs
- PropertyToken.cs
- PermissionSet.cs
- SqlDependencyListener.cs
- TemplateAction.cs
- IntSecurity.cs
- DesignerActionPropertyItem.cs
- DesignerPerfEventProvider.cs
- PrimitiveSchema.cs
- RenderData.cs
- AuthStoreRoleProvider.cs
- VisualStyleTypesAndProperties.cs
- TextRunTypographyProperties.cs