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
- SrgsElementFactoryCompiler.cs
- MarkupCompiler.cs
- ProviderIncompatibleException.cs
- OLEDB_Util.cs
- HtmlAnchor.cs
- DbDataRecord.cs
- PrimaryKeyTypeConverter.cs
- EncoderBestFitFallback.cs
- RowUpdatingEventArgs.cs
- EncoderParameters.cs
- DictionaryEntry.cs
- XmlNodeComparer.cs
- SchemaMapping.cs
- IssuedTokensHeader.cs
- WindowsRegion.cs
- ObjectViewEntityCollectionData.cs
- CompositionTarget.cs
- SQLInt16.cs
- SortableBindingList.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- ControllableStoryboardAction.cs
- EndpointAddress.cs
- TaskForm.cs
- RelativeSource.cs
- TypeLibConverter.cs
- XmlArrayItemAttributes.cs
- XPathPatternParser.cs
- HitTestWithPointDrawingContextWalker.cs
- MSAANativeProvider.cs
- ApplyImportsAction.cs
- Atom10FeedFormatter.cs
- EntityContainerEmitter.cs
- RawStylusSystemGestureInputReport.cs
- WebUtil.cs
- MessageQueuePermissionEntry.cs
- QilBinary.cs
- SqlTypesSchemaImporter.cs
- DomainUpDown.cs
- DisplayNameAttribute.cs
- HWStack.cs
- TemplateFactory.cs
- AudioStateChangedEventArgs.cs
- DashStyle.cs
- RegularExpressionValidator.cs
- LostFocusEventManager.cs
- ProjectedSlot.cs
- PropertyEmitter.cs
- FixedSchema.cs
- SiteMap.cs
- DesignerListAdapter.cs
- SmiGettersStream.cs
- ResourceType.cs
- DockAndAnchorLayout.cs
- Window.cs
- TreeIterators.cs
- XmlSubtreeReader.cs
- XmlHierarchyData.cs
- HttpCapabilitiesEvaluator.cs
- RightsManagementEncryptionTransform.cs
- WebServiceMethodData.cs
- CustomAttributeFormatException.cs
- TypeUtil.cs
- TextAutomationPeer.cs
- ButtonBaseAutomationPeer.cs
- TimeZone.cs
- DbConnectionPoolIdentity.cs
- DirectionalAction.cs
- Component.cs
- PerspectiveCamera.cs
- DataGridViewCellCancelEventArgs.cs
- SelectionHighlightInfo.cs
- PropertyInfo.cs
- DecimalStorage.cs
- WindowsUpDown.cs
- DesignerAutoFormat.cs
- _PooledStream.cs
- EraserBehavior.cs
- DataGridViewRowsRemovedEventArgs.cs
- WebException.cs
- StringReader.cs
- ComponentEditorPage.cs
- DecoderNLS.cs
- BuildResultCache.cs
- StorageAssociationTypeMapping.cs
- NativeMethods.cs
- ShapingEngine.cs
- AnnotationHighlightLayer.cs
- TabRenderer.cs
- RectAnimation.cs
- ArgumentNullException.cs
- RegistryKey.cs
- ProcessHostConfigUtils.cs
- Point3DValueSerializer.cs
- FigureParagraph.cs
- Italic.cs
- WSDualHttpSecurityElement.cs
- XmlAtomicValue.cs
- ApplicationId.cs
- TransformDescriptor.cs
- BindingSourceDesigner.cs