Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- EntityDataSourceWrapper.cs
- SyndicationDeserializer.cs
- TreeViewCancelEvent.cs
- KeyboardDevice.cs
- CodeObjectCreateExpression.cs
- TemplateKey.cs
- ChineseLunisolarCalendar.cs
- DiscoveryDefaults.cs
- DatePickerAutomationPeer.cs
- PropertySourceInfo.cs
- Rect3D.cs
- DetailsViewUpdatedEventArgs.cs
- SystemWebExtensionsSectionGroup.cs
- Closure.cs
- QuerySelectOp.cs
- ValueType.cs
- PropertyGridDesigner.cs
- Scheduler.cs
- ISAPIRuntime.cs
- EndpointIdentity.cs
- PortCache.cs
- SmtpAuthenticationManager.cs
- VisualBrush.cs
- CompilationPass2TaskInternal.cs
- XmlAttributeCollection.cs
- DiagnosticTrace.cs
- AssemblyLoader.cs
- RadioButton.cs
- AttachmentCollection.cs
- SortedDictionary.cs
- UserInitiatedNavigationPermission.cs
- BoundingRectTracker.cs
- InteropTrackingRecord.cs
- PeerApplication.cs
- XmlObjectSerializerReadContext.cs
- Point3DAnimationBase.cs
- PropertyInfo.cs
- ScriptingJsonSerializationSection.cs
- MetabaseServerConfig.cs
- ConfigUtil.cs
- FixedSOMGroup.cs
- GZipDecoder.cs
- DesignerForm.cs
- XmlSerializerOperationBehavior.cs
- TcpAppDomainProtocolHandler.cs
- mactripleDES.cs
- XhtmlTextWriter.cs
- UInt32.cs
- ObjectNotFoundException.cs
- ProfileSection.cs
- __Filters.cs
- TextRangeEditTables.cs
- MeasurementDCInfo.cs
- CodeTypeDelegate.cs
- UnionExpr.cs
- LostFocusEventManager.cs
- XmlAttributes.cs
- SatelliteContractVersionAttribute.cs
- XmlAnyElementAttribute.cs
- GeneralTransformCollection.cs
- AdjustableArrowCap.cs
- IndexObject.cs
- HttpContextServiceHost.cs
- UnmanagedMemoryAccessor.cs
- DbProviderFactory.cs
- XmlQueryStaticData.cs
- FrameSecurityDescriptor.cs
- recordstatescratchpad.cs
- Color.cs
- AnnotationAuthorChangedEventArgs.cs
- OuterProxyWrapper.cs
- SqlFacetAttribute.cs
- dsa.cs
- IISMapPath.cs
- ImageDrawing.cs
- SchemaTypeEmitter.cs
- StandardToolWindows.cs
- Parameter.cs
- HtmlMeta.cs
- CompoundFileReference.cs
- CodeDirectiveCollection.cs
- DeviceContexts.cs
- OleDbConnection.cs
- CopyOnWriteList.cs
- WindowInteractionStateTracker.cs
- BadImageFormatException.cs
- NTAccount.cs
- EpmSourcePathSegment.cs
- input.cs
- UInt64Storage.cs
- Soap.cs
- parserscommon.cs
- PartialTrustVisibleAssembliesSection.cs
- HtmlElementEventArgs.cs
- DesignerTextBoxAdapter.cs
- ListParagraph.cs
- ControlPropertyNameConverter.cs
- ValueSerializer.cs
- MetaData.cs
- UnionCodeGroup.cs