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
- SafeIUnknown.cs
- ZoneMembershipCondition.cs
- BehaviorEditorPart.cs
- ExpandedProjectionNode.cs
- TabRenderer.cs
- OdbcConnectionHandle.cs
- ToolStripContentPanel.cs
- precedingquery.cs
- ErrorWrapper.cs
- TextParagraphCache.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- DecimalAnimationBase.cs
- HttpCachePolicyBase.cs
- Int32Animation.cs
- TcpTransportBindingElement.cs
- UIElementAutomationPeer.cs
- PatternMatcher.cs
- InvokeWebService.cs
- PageStatePersister.cs
- FixedSOMTextRun.cs
- HttpStreamMessageEncoderFactory.cs
- ListenerHandler.cs
- ProfileSettings.cs
- RequiredAttributeAttribute.cs
- Button.cs
- PackUriHelper.cs
- CompletionCallbackWrapper.cs
- BlurBitmapEffect.cs
- CustomServiceCredentials.cs
- EntityClassGenerator.cs
- UnmanagedMemoryStream.cs
- PolygonHotSpot.cs
- LinkAreaEditor.cs
- TargetFrameworkAttribute.cs
- TextBoxAutoCompleteSourceConverter.cs
- StylusTip.cs
- ExtendedPropertyDescriptor.cs
- HttpProfileBase.cs
- OdbcError.cs
- TextFormatterHost.cs
- Single.cs
- ObjectDataSourceEventArgs.cs
- SizeChangedInfo.cs
- GPRECT.cs
- RecordsAffectedEventArgs.cs
- UrlAuthorizationModule.cs
- XmlWrappingReader.cs
- InkPresenterAutomationPeer.cs
- _FtpControlStream.cs
- SqlUtil.cs
- ProjectedSlot.cs
- PrefixQName.cs
- ResourceContainer.cs
- CollectionTraceRecord.cs
- SelectionListDesigner.cs
- CommandPlan.cs
- PageOutputColor.cs
- TokenBasedSet.cs
- RadioButton.cs
- EntityConnection.cs
- SrgsText.cs
- FocusManager.cs
- WebPartManagerInternals.cs
- MemberJoinTreeNode.cs
- CompressEmulationStream.cs
- FixedSOMSemanticBox.cs
- altserialization.cs
- ECDiffieHellmanCng.cs
- GuidTagList.cs
- HeaderedContentControl.cs
- ToolboxCategory.cs
- DataGridColumnsPage.cs
- Vector.cs
- GenericEnumerator.cs
- QueryContinueDragEvent.cs
- TextSpan.cs
- cookieexception.cs
- WebPartMovingEventArgs.cs
- ClientApiGenerator.cs
- ObjectViewQueryResultData.cs
- WebPartUserCapability.cs
- CharacterHit.cs
- SeparatorAutomationPeer.cs
- ProfileModule.cs
- BuildManager.cs
- EnumCodeDomSerializer.cs
- ViewKeyConstraint.cs
- Font.cs
- configsystem.cs
- AnnotationElement.cs
- MessageQueue.cs
- ThicknessAnimation.cs
- TimelineGroup.cs
- UIElementPropertyUndoUnit.cs
- SelectionPatternIdentifiers.cs
- _SSPIWrapper.cs
- ValidatedControlConverter.cs
- DbParameterCollection.cs
- Trace.cs
- SafeHandles.cs