Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- BufferModeSettings.cs
- WebPartTransformerCollection.cs
- PackWebRequestFactory.cs
- DelegateArgument.cs
- SoapFault.cs
- RepeaterItemCollection.cs
- EmptyStringExpandableObjectConverter.cs
- ScrollChrome.cs
- Int32Collection.cs
- C14NUtil.cs
- HyperLinkField.cs
- XmlQueryOutput.cs
- WebPart.cs
- Timer.cs
- MetafileHeader.cs
- UshortList2.cs
- DataSourceSelectArguments.cs
- MSG.cs
- GradientBrush.cs
- XmlCharacterData.cs
- AnnotationAuthorChangedEventArgs.cs
- GlyphShapingProperties.cs
- PrimitiveSchema.cs
- DotExpr.cs
- _FtpDataStream.cs
- IdentityHolder.cs
- cache.cs
- HtmlLinkAdapter.cs
- NativeMethods.cs
- ServicePointManager.cs
- EmulateRecognizeCompletedEventArgs.cs
- ErrorRuntimeConfig.cs
- ControlTemplate.cs
- TextEditorSpelling.cs
- CustomBindingCollectionElement.cs
- PropertyDescriptor.cs
- BuildManager.cs
- DispatcherOperation.cs
- DataGridViewColumnEventArgs.cs
- ColorDialog.cs
- ByteRangeDownloader.cs
- MemberDomainMap.cs
- TextDpi.cs
- WinEventQueueItem.cs
- DataGridColumn.cs
- RectangleConverter.cs
- SqlDataSourceCustomCommandPanel.cs
- ScriptControlDescriptor.cs
- FileVersion.cs
- ObjectKeyFrameCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- XmlAttributeOverrides.cs
- HwndProxyElementProvider.cs
- CaseStatementSlot.cs
- DataBoundControl.cs
- Button.cs
- LockCookie.cs
- MessageBox.cs
- IntSecurity.cs
- WebScriptMetadataMessage.cs
- HashHelper.cs
- ErrorItem.cs
- BasePropertyDescriptor.cs
- MSAANativeProvider.cs
- TerminatorSinks.cs
- RadioButtonDesigner.cs
- CryptoConfig.cs
- ZipFileInfoCollection.cs
- HierarchicalDataBoundControlAdapter.cs
- ErrorStyle.cs
- Permission.cs
- DependencyObjectProvider.cs
- RSAPKCS1SignatureDeformatter.cs
- AnnotationAuthorChangedEventArgs.cs
- recordstatefactory.cs
- MailMessage.cs
- QilPatternVisitor.cs
- Helpers.cs
- documentsequencetextcontainer.cs
- DnsElement.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ConfigXmlAttribute.cs
- CodeExpressionCollection.cs
- XmlResolver.cs
- HttpCapabilitiesBase.cs
- MemberHolder.cs
- PrintPreviewControl.cs
- TemplatedEditableDesignerRegion.cs
- XPathArrayIterator.cs
- Brushes.cs
- CustomError.cs
- QueryCacheKey.cs
- XmlSchemaComplexContent.cs
- DataGridCaption.cs
- DateTimeUtil.cs
- SecureStringHasher.cs
- StrokeNodeOperations.cs
- ZipIOExtraFieldZip64Element.cs
- CriticalExceptions.cs
- Barrier.cs