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
- AccessorTable.cs
- DesignerDataConnection.cs
- WindowsSolidBrush.cs
- _ShellExpression.cs
- PackagePart.cs
- TypeEnumerableViewSchema.cs
- Util.cs
- SafeReadContext.cs
- SettingsProviderCollection.cs
- Function.cs
- CategoryEditor.cs
- LabelEditEvent.cs
- HMACSHA256.cs
- CreateUserErrorEventArgs.cs
- ConfigUtil.cs
- Transform.cs
- SHA384.cs
- ProviderConnectionPoint.cs
- DataGridViewHitTestInfo.cs
- ListControl.cs
- XPathException.cs
- FlowDecisionDesigner.xaml.cs
- WithParamAction.cs
- BindingExpression.cs
- PropertyTabChangedEvent.cs
- CommandField.cs
- SoapReflectionImporter.cs
- ClientScriptManager.cs
- InternalControlCollection.cs
- RangeContentEnumerator.cs
- CreateUserErrorEventArgs.cs
- RotateTransform3D.cs
- NominalTypeEliminator.cs
- ApplicationFileCodeDomTreeGenerator.cs
- TableCellCollection.cs
- Baml6Assembly.cs
- DataKeyCollection.cs
- InternalRelationshipCollection.cs
- InstanceCollisionException.cs
- invalidudtexception.cs
- SafeCloseHandleCritical.cs
- ConfigurationManagerInternalFactory.cs
- ProgressChangedEventArgs.cs
- FontUnitConverter.cs
- TypefaceMap.cs
- ValidationResult.cs
- EFDataModelProvider.cs
- MenuItem.cs
- PolyLineSegmentFigureLogic.cs
- FloatUtil.cs
- Int64Storage.cs
- DashStyle.cs
- SqlGenerator.cs
- PageTheme.cs
- DictionaryManager.cs
- Inflater.cs
- IODescriptionAttribute.cs
- StoreItemCollection.Loader.cs
- HTMLTagNameToTypeMapper.cs
- XamlDesignerSerializationManager.cs
- ProjectionQueryOptionExpression.cs
- Claim.cs
- MissingMemberException.cs
- WebPartTransformer.cs
- CompilerGlobalScopeAttribute.cs
- GridViewColumnHeader.cs
- LiteralTextParser.cs
- TimelineGroup.cs
- ValidatorCompatibilityHelper.cs
- XmlText.cs
- TaskExtensions.cs
- MenuCommands.cs
- Logging.cs
- SiteMapNodeItemEventArgs.cs
- CreateParams.cs
- PipeConnection.cs
- UserControlBuildProvider.cs
- CollectionViewGroupInternal.cs
- Vector3D.cs
- LogicalMethodInfo.cs
- QueryOutputWriterV1.cs
- CompoundFileStorageReference.cs
- BufferedWebEventProvider.cs
- SessionPageStatePersister.cs
- ReadWriteObjectLock.cs
- DetailsViewInsertEventArgs.cs
- BinaryMethodMessage.cs
- Blend.cs
- QilVisitor.cs
- X509ServiceCertificateAuthentication.cs
- CodeCompileUnit.cs
- CacheModeConverter.cs
- OledbConnectionStringbuilder.cs
- MessageOperationFormatter.cs
- RemoteWebConfigurationHostServer.cs
- ContractNamespaceAttribute.cs
- NameValuePermission.cs
- ShapeTypeface.cs
- CacheRequest.cs
- QueryOperationResponseOfT.cs