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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProfessionalColors.cs
- Calendar.cs
- PeerDefaultCustomResolverClient.cs
- PagerSettings.cs
- Label.cs
- NetMsmqSecurityMode.cs
- Renderer.cs
- ZoneMembershipCondition.cs
- updatecommandorderer.cs
- Control.cs
- CompositeFontInfo.cs
- PrintDialogException.cs
- WebReferencesBuildProvider.cs
- EdmPropertyAttribute.cs
- FirstMatchCodeGroup.cs
- SplitterEvent.cs
- WebServiceMethodData.cs
- DesignerOptions.cs
- InvokeProviderWrapper.cs
- IIS7UserPrincipal.cs
- WpfPayload.cs
- MethodExpr.cs
- XmlWellformedWriter.cs
- AvtEvent.cs
- DetailsViewDeleteEventArgs.cs
- NameTable.cs
- LocalIdKeyIdentifierClause.cs
- WebPartManagerInternals.cs
- PathSegmentCollection.cs
- DataGridViewColumnTypeEditor.cs
- HTMLTextWriter.cs
- CqlLexer.cs
- FileController.cs
- StylusPlugInCollection.cs
- DataGridViewCheckBoxCell.cs
- HttpApplication.cs
- LogAppendAsyncResult.cs
- MultiDataTrigger.cs
- StickyNoteContentControl.cs
- ParameterToken.cs
- ServerIdentity.cs
- InvalidWMPVersionException.cs
- FlowDocumentReaderAutomationPeer.cs
- DataSourceView.cs
- Group.cs
- AssociationSetEnd.cs
- CodeIdentifiers.cs
- isolationinterop.cs
- MouseActionValueSerializer.cs
- WebPartDisplayModeEventArgs.cs
- TypeGeneratedEventArgs.cs
- LoaderAllocator.cs
- SmiContext.cs
- UpdateCompiler.cs
- PlatformCulture.cs
- StorageRoot.cs
- NamedPipeChannelFactory.cs
- IndividualDeviceConfig.cs
- TextSyndicationContent.cs
- NullRuntimeConfig.cs
- TimeStampChecker.cs
- EntityDataSourceDesignerHelper.cs
- EventSinkActivityDesigner.cs
- util.cs
- Model3D.cs
- ConfigurationSectionGroup.cs
- HttpConfigurationContext.cs
- ObjectAnimationUsingKeyFrames.cs
- PresentationSource.cs
- CursorConverter.cs
- _UncName.cs
- ProfileService.cs
- IFormattable.cs
- HandleCollector.cs
- PropertyManager.cs
- Substitution.cs
- SQLDateTimeStorage.cs
- DetailsViewInsertEventArgs.cs
- ToolStripDropDownMenu.cs
- SignedInfo.cs
- JsonGlobals.cs
- JournalEntry.cs
- LayoutTableCell.cs
- SqlTransaction.cs
- DirectoryNotFoundException.cs
- PropertyPathConverter.cs
- TailCallAnalyzer.cs
- WebPartConnectionsCancelEventArgs.cs
- OpacityConverter.cs
- DbConnectionPoolGroupProviderInfo.cs
- PrivilegeNotHeldException.cs
- RegexGroup.cs
- ArrayExtension.cs
- SpellerError.cs
- TraceFilter.cs
- ExpressionNode.cs
- RemoteArgument.cs
- TemplatedWizardStep.cs
- EntityStoreSchemaFilterEntry.cs
- RewritingPass.cs