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
- RegexGroupCollection.cs
- Mutex.cs
- ResourcesGenerator.cs
- WebPartDisplayModeCancelEventArgs.cs
- CalendarDateChangedEventArgs.cs
- PageBreakRecord.cs
- HttpHandlersSection.cs
- GridViewItemAutomationPeer.cs
- SimpleColumnProvider.cs
- MemberCollection.cs
- TextElement.cs
- SiteMapNode.cs
- MenuRendererStandards.cs
- CompiledXpathExpr.cs
- ListViewTableCell.cs
- ConnectionManagementElementCollection.cs
- PeerEndPoint.cs
- ItemChangedEventArgs.cs
- EdmError.cs
- Style.cs
- ContainerVisual.cs
- XmlAttributes.cs
- TransactionTable.cs
- FrameworkElementFactoryMarkupObject.cs
- SimpleType.cs
- WindowsToolbarAsMenu.cs
- Evaluator.cs
- FileNotFoundException.cs
- XamlDesignerSerializationManager.cs
- CompositeFontFamily.cs
- AuthenticatedStream.cs
- LoginUtil.cs
- SerializerWriterEventHandlers.cs
- FrameworkTemplate.cs
- ZoneIdentityPermission.cs
- XmlElementAttribute.cs
- ControllableStoryboardAction.cs
- PrintingPermissionAttribute.cs
- StaticFileHandler.cs
- RectangleGeometry.cs
- TraceXPathNavigator.cs
- TextElement.cs
- SQLBinaryStorage.cs
- PropertyChangedEventManager.cs
- TextPattern.cs
- Sequence.cs
- LocalizableAttribute.cs
- BitmapImage.cs
- EncryptedData.cs
- TemplateBuilder.cs
- EndEvent.cs
- GifBitmapEncoder.cs
- DataRow.cs
- DataKey.cs
- XmlDataCollection.cs
- EnumValAlphaComparer.cs
- Models.cs
- LinqDataSourceContextData.cs
- SoapExtensionTypeElement.cs
- PresentationUIStyleResources.cs
- CodeBlockBuilder.cs
- Int64Animation.cs
- HeaderPanel.cs
- PageRanges.cs
- InternalSafeNativeMethods.cs
- DateTimeFormatInfo.cs
- OleDbSchemaGuid.cs
- XmlSchemaAppInfo.cs
- DiagnosticEventProvider.cs
- SqlGatherConsumedAliases.cs
- ViewGenResults.cs
- ActivityCodeDomSerializer.cs
- EFColumnProvider.cs
- SqlDataRecord.cs
- MultiTouchSystemGestureLogic.cs
- ClientSideQueueItem.cs
- DecimalConverter.cs
- BitmapEffectRenderDataResource.cs
- GridViewPageEventArgs.cs
- MemoryRecordBuffer.cs
- QilIterator.cs
- EmptyEnumerator.cs
- AnnotationAdorner.cs
- BulletedList.cs
- XmlSerializerFactory.cs
- PersistenceProviderFactory.cs
- PolyQuadraticBezierSegment.cs
- InstalledVoice.cs
- ContextMenu.cs
- NullableDoubleAverageAggregationOperator.cs
- TimeSpanValidatorAttribute.cs
- TreeViewEvent.cs
- WriteFileContext.cs
- ISAPIWorkerRequest.cs
- DrawingVisualDrawingContext.cs
- DispatcherTimer.cs
- PrintPreviewDialog.cs
- XPathParser.cs
- PublisherIdentityPermission.cs
- COAUTHINFO.cs