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 / XmlSerializerAssemblyAttribute.cs / 1 / XmlSerializerAssemblyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct, AllowMultiple=false)] public sealed class XmlSerializerAssemblyAttribute : System.Attribute { string assemblyName; string codeBase; ///[To be supplied.] ////// /// public XmlSerializerAssemblyAttribute() : this(null, null) {} ///[To be supplied.] ////// /// public XmlSerializerAssemblyAttribute(string assemblyName) : this(assemblyName, null) {} ///[To be supplied.] ////// /// public XmlSerializerAssemblyAttribute(string assemblyName, string codeBase) { this.assemblyName = assemblyName; this.codeBase = codeBase; } ///[To be supplied.] ////// /// public string CodeBase { get { return codeBase; } set { codeBase = value; } } ///[To be supplied.] ////// /// public string AssemblyName { get { return assemblyName; } set { assemblyName = 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.Class | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct, AllowMultiple=false)] public sealed class XmlSerializerAssemblyAttribute : System.Attribute { string assemblyName; string codeBase; ///[To be supplied.] ////// /// public XmlSerializerAssemblyAttribute() : this(null, null) {} ///[To be supplied.] ////// /// public XmlSerializerAssemblyAttribute(string assemblyName) : this(assemblyName, null) {} ///[To be supplied.] ////// /// public XmlSerializerAssemblyAttribute(string assemblyName, string codeBase) { this.assemblyName = assemblyName; this.codeBase = codeBase; } ///[To be supplied.] ////// /// public string CodeBase { get { return codeBase; } set { codeBase = value; } } ///[To be supplied.] ////// /// public string AssemblyName { get { return assemblyName; } set { assemblyName = 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
- JsonEncodingStreamWrapper.cs
- ProtectedConfiguration.cs
- CopyOnWriteList.cs
- AsyncContentLoadedEventArgs.cs
- NativeMethodsOther.cs
- BitArray.cs
- ParallelEnumerable.cs
- CultureTableRecord.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- TextServicesManager.cs
- WebBaseEventKeyComparer.cs
- SqlConnectionFactory.cs
- CodeLinePragma.cs
- SoundPlayer.cs
- QueryExtender.cs
- BufferAllocator.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ListViewDataItem.cs
- DBNull.cs
- EntitySetDataBindingList.cs
- HttpException.cs
- BaseDataList.cs
- PopupRoot.cs
- PrintPageEvent.cs
- ClickablePoint.cs
- RemotingServices.cs
- HttpProfileBase.cs
- BamlReader.cs
- ContextMenuAutomationPeer.cs
- XmlName.cs
- PTManager.cs
- MenuItemBinding.cs
- EnumDataContract.cs
- Logging.cs
- SmtpReplyReaderFactory.cs
- ImageSource.cs
- RpcAsyncResult.cs
- StylusPointCollection.cs
- PreservationFileWriter.cs
- StyleCollection.cs
- ConfigurationSectionGroupCollection.cs
- StringFunctions.cs
- ParagraphResult.cs
- MultilineStringEditor.cs
- SchemaElementDecl.cs
- IdentityValidationException.cs
- GeneratedCodeAttribute.cs
- ParagraphResult.cs
- CodeGen.cs
- DirtyTextRange.cs
- HttpGetProtocolReflector.cs
- JoinSymbol.cs
- ThicknessAnimationBase.cs
- FileSystemEventArgs.cs
- WebServiceResponse.cs
- ResolvePPIDRequest.cs
- SqlTriggerAttribute.cs
- Composition.cs
- SemanticResultKey.cs
- XmlSchemaInfo.cs
- QueryStringParameter.cs
- EntityDataSourceWrapper.cs
- OleDbParameter.cs
- Dump.cs
- WSTransactionSection.cs
- ParsedAttributeCollection.cs
- InternalDispatchObject.cs
- AttachmentCollection.cs
- ConsoleTraceListener.cs
- HostingEnvironment.cs
- ToolStrip.cs
- StringUtil.cs
- Material.cs
- AutoResetEvent.cs
- AssemblyCollection.cs
- SiteMapNode.cs
- BaseTemplateCodeDomTreeGenerator.cs
- OrderedHashRepartitionStream.cs
- NewArrayExpression.cs
- BamlLocalizationDictionary.cs
- HtmlAnchor.cs
- FileLevelControlBuilderAttribute.cs
- NativeMethods.cs
- InkPresenterAutomationPeer.cs
- DataGridViewToolTip.cs
- UndoUnit.cs
- SemanticResultKey.cs
- ISessionStateStore.cs
- ProgressPage.cs
- DataTableReader.cs
- _ProxyChain.cs
- tibetanshape.cs
- EtwTrace.cs
- ObjectDataSource.cs
- SystemInfo.cs
- ItemsPresenter.cs
- TransactionContextValidator.cs
- WaitHandle.cs
- SessionEndingCancelEventArgs.cs
- ResourceKey.cs