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
- DragEvent.cs
- assertwrapper.cs
- PointAnimationBase.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- SystemIPAddressInformation.cs
- IConvertible.cs
- ContainerSelectorBehavior.cs
- ObjectDataSourceEventArgs.cs
- ManagedWndProcTracker.cs
- SortFieldComparer.cs
- Logging.cs
- TdsParameterSetter.cs
- Journaling.cs
- EdmItemCollection.cs
- ServiceBehaviorAttribute.cs
- Rotation3DAnimationUsingKeyFrames.cs
- BinHexEncoding.cs
- Hyperlink.cs
- XmlSignificantWhitespace.cs
- ContainerParagraph.cs
- OdbcHandle.cs
- SystemIcmpV6Statistics.cs
- SettingsSavedEventArgs.cs
- Update.cs
- BinaryUtilClasses.cs
- Endpoint.cs
- SafeLibraryHandle.cs
- StorageEntityTypeMapping.cs
- serverconfig.cs
- HScrollBar.cs
- TransactionInformation.cs
- DependencyObjectType.cs
- MemberExpressionHelper.cs
- PowerStatus.cs
- BindingContext.cs
- sitestring.cs
- InheritanceService.cs
- ConnectionInterfaceCollection.cs
- BrowsableAttribute.cs
- ZeroOpNode.cs
- XpsException.cs
- OleDbDataAdapter.cs
- invalidudtexception.cs
- SqlDataSourceConfigureSelectPanel.cs
- ReferencedAssembly.cs
- CharacterMetrics.cs
- CorrelationManager.cs
- WebAdminConfigurationHelper.cs
- Vector3DKeyFrameCollection.cs
- XmlNode.cs
- SponsorHelper.cs
- XmlProcessingInstruction.cs
- DataListCommandEventArgs.cs
- WebZoneDesigner.cs
- HeaderUtility.cs
- SkewTransform.cs
- RegistrySecurity.cs
- PowerModeChangedEventArgs.cs
- ServiceOperationWrapper.cs
- StringUtil.cs
- PerformanceCounterLib.cs
- PolyQuadraticBezierSegment.cs
- TagNameToTypeMapper.cs
- SByteConverter.cs
- HMACMD5.cs
- FontStyleConverter.cs
- FrameSecurityDescriptor.cs
- ColumnMapTranslator.cs
- RootBrowserWindow.cs
- DataListGeneralPage.cs
- CodeEventReferenceExpression.cs
- ServiceDesigner.cs
- CodeDomSerializer.cs
- PriorityBinding.cs
- EventHandlerService.cs
- KeyEvent.cs
- ObjectComplexPropertyMapping.cs
- AttributeQuery.cs
- VScrollBar.cs
- MgmtConfigurationRecord.cs
- FacetValueContainer.cs
- Page.cs
- VisualTreeUtils.cs
- XmlSchemaRedefine.cs
- ACL.cs
- SystemColors.cs
- CodeSubDirectoriesCollection.cs
- TabControlDesigner.cs
- BooleanStorage.cs
- ListView.cs
- TextClipboardData.cs
- EdgeProfileValidation.cs
- EffectiveValueEntry.cs
- StatusBar.cs
- DesignBinding.cs
- ContentType.cs
- ValidatorCompatibilityHelper.cs
- CatalogZone.cs
- FileDialog_Vista.cs
- HttpProfileGroupBase.cs