Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- FontEmbeddingManager.cs
- GroupStyle.cs
- DataMemberConverter.cs
- PropertyMapper.cs
- Itemizer.cs
- AllMembershipCondition.cs
- NavigatingCancelEventArgs.cs
- LogLogRecordHeader.cs
- NotImplementedException.cs
- EventHandlerList.cs
- UiaCoreProviderApi.cs
- MachineKeySection.cs
- DotExpr.cs
- SmtpAuthenticationManager.cs
- SqlReorderer.cs
- PenThreadWorker.cs
- EntryIndex.cs
- BuildDependencySet.cs
- ProxyWebPartManager.cs
- DayRenderEvent.cs
- mediaclock.cs
- DeferredReference.cs
- KoreanLunisolarCalendar.cs
- CompModSwitches.cs
- TextRangeEditTables.cs
- DuplexClientBase.cs
- DataGridViewColumnEventArgs.cs
- TextAutomationPeer.cs
- BasicAsyncResult.cs
- DBSqlParserTable.cs
- AttachmentService.cs
- PageThemeCodeDomTreeGenerator.cs
- ToolStripItemImageRenderEventArgs.cs
- ObjectConverter.cs
- CompareValidator.cs
- HashRepartitionStream.cs
- XmlReflectionImporter.cs
- LayoutTableCell.cs
- WindowsRichEditRange.cs
- CommandEventArgs.cs
- Point3DValueSerializer.cs
- HtmlShim.cs
- TextCompositionManager.cs
- EventLogEntryCollection.cs
- XmlNamespaceMapping.cs
- DocumentGridContextMenu.cs
- ListViewInsertionMark.cs
- IsolatedStoragePermission.cs
- DisplayNameAttribute.cs
- Tablet.cs
- ObjectViewListener.cs
- SpecialTypeDataContract.cs
- NativeMethods.cs
- KerberosRequestorSecurityToken.cs
- LambdaCompiler.ControlFlow.cs
- InternalConfigRoot.cs
- Italic.cs
- EntityDataSourceDataSelectionPanel.cs
- Latin1Encoding.cs
- commandenforcer.cs
- DomainConstraint.cs
- HttpRuntimeSection.cs
- BufferBuilder.cs
- DataGridTablesFactory.cs
- CheckBoxStandardAdapter.cs
- PersonalizationState.cs
- ChannelParameterCollection.cs
- AsyncOperationManager.cs
- UnsafeNativeMethods.cs
- BookmarkOptionsHelper.cs
- Helper.cs
- lengthconverter.cs
- NamespaceEmitter.cs
- errorpatternmatcher.cs
- _FtpControlStream.cs
- Action.cs
- StateBag.cs
- NCryptSafeHandles.cs
- ToolStripTextBox.cs
- XmlWriterTraceListener.cs
- ContentFileHelper.cs
- DataBindEngine.cs
- RegexRunner.cs
- SafeHandles.cs
- ListViewContainer.cs
- StructuredTypeEmitter.cs
- PrintPageEvent.cs
- HScrollBar.cs
- EdmComplexTypeAttribute.cs
- CodeExpressionStatement.cs
- smtpconnection.cs
- StoryFragments.cs
- NodeInfo.cs
- NullReferenceException.cs
- DecimalAnimationBase.cs
- Set.cs
- WebPartConnectionsConnectVerb.cs
- ChangeDirector.cs
- TextTreeExtractElementUndoUnit.cs
- GridErrorDlg.cs