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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlRowUpdatingEvent.cs
- Error.cs
- FieldAccessException.cs
- UserControl.cs
- WebPartConnectionsConfigureVerb.cs
- UInt32.cs
- Lease.cs
- OutputCacheModule.cs
- WindowsFormsSectionHandler.cs
- TdsValueSetter.cs
- DataTableClearEvent.cs
- MappingException.cs
- ConstructorExpr.cs
- CultureNotFoundException.cs
- PointConverter.cs
- ChildDocumentBlock.cs
- RequestResizeEvent.cs
- ProcessInfo.cs
- Group.cs
- ComMethodElement.cs
- ErrorRuntimeConfig.cs
- NTAccount.cs
- XmlMapping.cs
- UserPersonalizationStateInfo.cs
- SafeFreeMibTable.cs
- HGlobalSafeHandle.cs
- Int32Storage.cs
- OdbcConnection.cs
- XmlQueryRuntime.cs
- PolyBezierSegment.cs
- __TransparentProxy.cs
- UnsafeNativeMethods.cs
- EntityTypeEmitter.cs
- GestureRecognitionResult.cs
- SafeArrayRankMismatchException.cs
- SqlConnectionFactory.cs
- XmlSecureResolver.cs
- XamlReader.cs
- Crc32.cs
- WebBrowserContainer.cs
- NameValueCollection.cs
- AttributedMetaModel.cs
- GACMembershipCondition.cs
- RoleManagerSection.cs
- ResourceExpressionBuilder.cs
- FixedTextPointer.cs
- Unit.cs
- webclient.cs
- HttpStreamMessage.cs
- ObjectStateEntryDbDataRecord.cs
- XmlSchemaDatatype.cs
- ObjectContext.cs
- ComponentDispatcher.cs
- ConfigPathUtility.cs
- ToolbarAUtomationPeer.cs
- ArglessEventHandlerProxy.cs
- CssClassPropertyAttribute.cs
- InstanceNormalEvent.cs
- AllowedAudienceUriElement.cs
- DragEvent.cs
- ClientBuildManager.cs
- EarlyBoundInfo.cs
- UTF8Encoding.cs
- EngineSite.cs
- RealizationDrawingContextWalker.cs
- CheckBox.cs
- LinearGradientBrush.cs
- TextEncodedRawTextWriter.cs
- BitmapSource.cs
- BreakRecordTable.cs
- SqlReferenceCollection.cs
- CommonRemoteMemoryBlock.cs
- TextTreeFixupNode.cs
- WebPartVerbsEventArgs.cs
- CacheMemory.cs
- UnionCodeGroup.cs
- ContentFilePart.cs
- SecurityTokenAttachmentMode.cs
- Binding.cs
- Popup.cs
- VersionedStream.cs
- DataSourceCacheDurationConverter.cs
- SrgsNameValueTag.cs
- SignatureResourcePool.cs
- PartBasedPackageProperties.cs
- DescendantOverDescendantQuery.cs
- MLangCodePageEncoding.cs
- DynamicResourceExtension.cs
- VectorAnimationBase.cs
- DesignerUtils.cs
- PropertyGridCommands.cs
- Tuple.cs
- GeneralTransform3DGroup.cs
- XmlDataProvider.cs
- ElementProxy.cs
- Timer.cs
- EqualityArray.cs
- PinnedBufferMemoryStream.cs
- Base64WriteStateInfo.cs
- StoreConnection.cs