Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyEmitter.cs
- MarshalDirectiveException.cs
- ResizeBehavior.cs
- InstanceData.cs
- DnsEndPoint.cs
- MenuItemStyleCollection.cs
- BitStream.cs
- FontStyle.cs
- IpcClientChannel.cs
- DrawingContextDrawingContextWalker.cs
- TCPListener.cs
- ExcludeFromCodeCoverageAttribute.cs
- ProviderConnectionPoint.cs
- SeparatorAutomationPeer.cs
- CdpEqualityComparer.cs
- XmlBinaryReaderSession.cs
- DataGridItemCollection.cs
- TreeBuilderBamlTranslator.cs
- InkCanvasInnerCanvas.cs
- SqlProviderUtilities.cs
- WSFederationHttpBindingElement.cs
- SqlBuilder.cs
- uribuilder.cs
- ReadOnlyObservableCollection.cs
- CdpEqualityComparer.cs
- RolePrincipal.cs
- AutoScrollHelper.cs
- UserControlAutomationPeer.cs
- ProfileModule.cs
- NonSerializedAttribute.cs
- OrderedDictionaryStateHelper.cs
- DynamicDataResources.Designer.cs
- webclient.cs
- ResolveDuplexCD1AsyncResult.cs
- ListViewInsertionMark.cs
- NativeObjectSecurity.cs
- LOSFormatter.cs
- SortedDictionary.cs
- HatchBrush.cs
- XmlDataSourceDesigner.cs
- SmiEventSink.cs
- LOSFormatter.cs
- TableChangeProcessor.cs
- AsyncCodeActivity.cs
- Cursors.cs
- TextEditorParagraphs.cs
- CodeIndexerExpression.cs
- QilNode.cs
- SelectionHighlightInfo.cs
- RuleInfoComparer.cs
- PointCollection.cs
- OleDbStruct.cs
- Attachment.cs
- mediaeventargs.cs
- ZipPackagePart.cs
- UriTemplateVariablePathSegment.cs
- MonitoringDescriptionAttribute.cs
- DeferredElementTreeState.cs
- DocumentGridContextMenu.cs
- WebExceptionStatus.cs
- FullTextState.cs
- HttpDictionary.cs
- StringSorter.cs
- ObjectDataProvider.cs
- ThreadNeutralSemaphore.cs
- UserControlParser.cs
- URL.cs
- ObjRef.cs
- JsonSerializer.cs
- FrameworkEventSource.cs
- GlyphTypeface.cs
- PackWebRequestFactory.cs
- DropSourceBehavior.cs
- SynchronizationLockException.cs
- CellLabel.cs
- CookieParameter.cs
- Avt.cs
- MethodBody.cs
- LingerOption.cs
- MessageAction.cs
- ObjectIDGenerator.cs
- GiveFeedbackEventArgs.cs
- HostExecutionContextManager.cs
- ClaimTypes.cs
- CodeGeneratorOptions.cs
- UnsafeNativeMethods.cs
- _ConnectOverlappedAsyncResult.cs
- PeerCollaboration.cs
- ObjectDataSourceStatusEventArgs.cs
- DataGridViewRowCancelEventArgs.cs
- ListBox.cs
- StringSorter.cs
- SupportingTokenListenerFactory.cs
- PointAnimationUsingKeyFrames.cs
- SchemaImporterExtensionElementCollection.cs
- ConfigurationHandlersInstallComponent.cs
- AuthenticatingEventArgs.cs
- HiddenFieldDesigner.cs
- FormattedTextSymbols.cs
- MexNamedPipeBindingCollectionElement.cs