Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlSerializerAssemblyAttribute.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestQueue.cs
- handlecollector.cs
- TableRow.cs
- ProfessionalColors.cs
- BitmapMetadata.cs
- Comparer.cs
- ClickablePoint.cs
- SafeRightsManagementPubHandle.cs
- UriWriter.cs
- RemoteHelper.cs
- HtmlFormAdapter.cs
- DebuggerAttributes.cs
- ListDataBindEventArgs.cs
- ListBoxItemWrapperAutomationPeer.cs
- WebConvert.cs
- AutomationPeer.cs
- BitmapImage.cs
- HandlerWithFactory.cs
- WebBrowserProgressChangedEventHandler.cs
- ComponentEditorForm.cs
- AndCondition.cs
- NotificationContext.cs
- XPathBuilder.cs
- StreamDocument.cs
- MsmqHostedTransportConfiguration.cs
- DrawingBrush.cs
- CodeNamespaceImportCollection.cs
- AvTraceDetails.cs
- TypeSemantics.cs
- DescendantOverDescendantQuery.cs
- HtmlMobileTextWriter.cs
- IdentityNotMappedException.cs
- SoapDocumentServiceAttribute.cs
- basevalidator.cs
- UserPreferenceChangingEventArgs.cs
- KeyConstraint.cs
- OdbcReferenceCollection.cs
- GridViewEditEventArgs.cs
- XmlReflectionMember.cs
- _AutoWebProxyScriptWrapper.cs
- GridViewUpdatedEventArgs.cs
- SafeProcessHandle.cs
- GZipDecoder.cs
- SwitchLevelAttribute.cs
- Boolean.cs
- PersonalizationAdministration.cs
- DuplexSecurityProtocolFactory.cs
- DataTableCollection.cs
- XmlSchemaParticle.cs
- DataRowChangeEvent.cs
- KeyboardDevice.cs
- TdsParserSafeHandles.cs
- StorageMappingItemLoader.cs
- ServicesUtilities.cs
- IndentTextWriter.cs
- BitmapEffect.cs
- TextRange.cs
- CompensatableTransactionScopeActivity.cs
- EventLogPermissionEntry.cs
- KerberosSecurityTokenProvider.cs
- PrintDialog.cs
- Fx.cs
- AtomParser.cs
- BitmapEffectInputConnector.cs
- NullReferenceException.cs
- TypeElement.cs
- EventBuilder.cs
- Decoder.cs
- AuthorizationRuleCollection.cs
- FieldBuilder.cs
- ThrowHelper.cs
- TextAnchor.cs
- AppSecurityManager.cs
- ColumnMapVisitor.cs
- Int32.cs
- QilStrConcat.cs
- Formatter.cs
- ContentDisposition.cs
- SecurityRuntime.cs
- TemplateManager.cs
- QualifiedCellIdBoolean.cs
- Number.cs
- webbrowsersite.cs
- SettingsAttributeDictionary.cs
- DragAssistanceManager.cs
- BrowsableAttribute.cs
- EncryptedPackageFilter.cs
- TypedTableHandler.cs
- FixedDSBuilder.cs
- HostedHttpRequestAsyncResult.cs
- NullableFloatAverageAggregationOperator.cs
- HitTestParameters.cs
- TypeConstant.cs
- XmlAttribute.cs
- HttpConfigurationSystem.cs
- httpstaticobjectscollection.cs
- SoapHeaderAttribute.cs
- MultiSelectRootGridEntry.cs
- ReliableOutputConnection.cs
- ScriptingProfileServiceSection.cs