Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlSchemaProviderAttribute.cs / 1 / XmlSchemaProviderAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; using System.Xml.Schema; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct)] public sealed class XmlSchemaProviderAttribute : System.Attribute { string methodName; bool any; ///[To be supplied.] ////// /// public XmlSchemaProviderAttribute(string methodName) { this.methodName = methodName; } ///[To be supplied.] ////// /// public string MethodName { get { return methodName; } } ///[To be supplied.] ////// /// public bool IsAny { get { return any; } set { any = 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; using System.Xml.Schema; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct)] public sealed class XmlSchemaProviderAttribute : System.Attribute { string methodName; bool any; ///[To be supplied.] ////// /// public XmlSchemaProviderAttribute(string methodName) { this.methodName = methodName; } ///[To be supplied.] ////// /// public string MethodName { get { return methodName; } } ///[To be supplied.] ////// /// public bool IsAny { get { return any; } set { any = 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
- XmlAggregates.cs
- AutomationPropertyInfo.cs
- ImportCatalogPart.cs
- DelimitedListTraceListener.cs
- ListenerChannelContext.cs
- EntityConnectionStringBuilder.cs
- PersonalizationState.cs
- CultureSpecificCharacterBufferRange.cs
- PreviewKeyDownEventArgs.cs
- ImportCatalogPart.cs
- FixedFlowMap.cs
- SqlException.cs
- Block.cs
- CompilationRelaxations.cs
- ScrollData.cs
- RoleBoolean.cs
- LinkArea.cs
- DrawingCollection.cs
- SqlColumnizer.cs
- ScriptControlDescriptor.cs
- FunctionDescription.cs
- EntityDataSourceWrapper.cs
- FontSizeConverter.cs
- MdImport.cs
- HtmlImageAdapter.cs
- TableColumnCollectionInternal.cs
- DataGridViewElement.cs
- OleDbEnumerator.cs
- URLAttribute.cs
- PageWrapper.cs
- DataControlFieldTypeEditor.cs
- TraceInternal.cs
- PagedDataSource.cs
- StateMachineDesignerPaint.cs
- InstallerTypeAttribute.cs
- HttpCapabilitiesEvaluator.cs
- Transform.cs
- EntitySqlException.cs
- SafeFindHandle.cs
- PlanCompilerUtil.cs
- CrossAppDomainChannel.cs
- EmulateRecognizeCompletedEventArgs.cs
- TdsParserStateObject.cs
- DoWorkEventArgs.cs
- SqlNotificationEventArgs.cs
- TableLayout.cs
- OdbcHandle.cs
- ContainerVisual.cs
- WebBrowserEvent.cs
- GridItemProviderWrapper.cs
- ColorDialog.cs
- Stroke2.cs
- ScriptControlDescriptor.cs
- FileChangesMonitor.cs
- GB18030Encoding.cs
- ParsedAttributeCollection.cs
- ViewGenResults.cs
- Timer.cs
- RootBrowserWindowProxy.cs
- DeflateEmulationStream.cs
- Brush.cs
- FlowDocumentFormatter.cs
- LinkClickEvent.cs
- UrlMappingsSection.cs
- FileVersionInfo.cs
- FeatureSupport.cs
- SchemaManager.cs
- TemplateControlCodeDomTreeGenerator.cs
- IIS7UserPrincipal.cs
- TextBoxBase.cs
- AnimationLayer.cs
- TextPointerBase.cs
- PrintDialog.cs
- ArglessEventHandlerProxy.cs
- DiscriminatorMap.cs
- ChannelPoolSettings.cs
- XmlnsDictionary.cs
- TrustManagerPromptUI.cs
- DPTypeDescriptorContext.cs
- documentation.cs
- DBBindings.cs
- ReaderWriterLock.cs
- ToolBar.cs
- DataGridViewRowCancelEventArgs.cs
- ValidationVisibilityAttribute.cs
- XmlAttributeOverrides.cs
- FileLoadException.cs
- SchemaImporterExtension.cs
- Exceptions.cs
- PowerStatus.cs
- ReliabilityContractAttribute.cs
- MemoryPressure.cs
- XmlPropertyBag.cs
- IdentityModelDictionary.cs
- AnchoredBlock.cs
- Flowchart.cs
- WSSecurityPolicy.cs
- XXXOnTypeBuilderInstantiation.cs
- MessageAction.cs
- HttpGetProtocolImporter.cs