Code:
/ DotNET / DotNET / 8.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
- FormsAuthenticationTicket.cs
- Expander.cs
- ZipPackagePart.cs
- Triplet.cs
- SymLanguageType.cs
- PasswordRecoveryAutoFormat.cs
- Underline.cs
- PropertyInformation.cs
- InfoCardSymmetricCrypto.cs
- LoginUtil.cs
- PrintDocument.cs
- ProfilePropertyNameValidator.cs
- ZipQueryOperator.cs
- ColumnResizeAdorner.cs
- ConfigurationElementProperty.cs
- ClientSession.cs
- ComponentConverter.cs
- _FtpDataStream.cs
- TextTreeExtractElementUndoUnit.cs
- CodeIdentifier.cs
- PackageFilter.cs
- OleDbRowUpdatingEvent.cs
- LicenseManager.cs
- ListViewDeleteEventArgs.cs
- ServicePointManager.cs
- AppDomainFactory.cs
- ConstructorArgumentAttribute.cs
- DataGridViewCellValueEventArgs.cs
- EdmValidator.cs
- Matrix.cs
- RSACryptoServiceProvider.cs
- Point.cs
- ServiceProviders.cs
- FlowDocumentPage.cs
- ItemCollection.cs
- RightsManagementLicense.cs
- MethodResolver.cs
- DocumentOrderComparer.cs
- Matrix3DStack.cs
- Hashtable.cs
- DataPagerFieldItem.cs
- MD5CryptoServiceProvider.cs
- DetailsViewRowCollection.cs
- FileSystemInfo.cs
- TemplateDefinition.cs
- QuaternionAnimation.cs
- ProjectionCamera.cs
- Decoder.cs
- BinaryCommonClasses.cs
- CacheDependency.cs
- ContentValidator.cs
- DefaultMergeHelper.cs
- DropSource.cs
- SuppressMessageAttribute.cs
- Common.cs
- DataGridViewCellStyle.cs
- UpdateCommandGenerator.cs
- TextElementCollectionHelper.cs
- HtmlTernaryTree.cs
- PathFigure.cs
- ProfileService.cs
- CookieHandler.cs
- IndentTextWriter.cs
- ScalarRestriction.cs
- MemoryResponseElement.cs
- FrameworkTemplate.cs
- FactoryGenerator.cs
- EventData.cs
- FilterableAttribute.cs
- PreviewPageInfo.cs
- WindowsScroll.cs
- MgmtConfigurationRecord.cs
- Wildcard.cs
- FacetChecker.cs
- FloaterBaseParaClient.cs
- SqlFlattener.cs
- webeventbuffer.cs
- ServiceReference.cs
- SqlMultiplexer.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- BindingCompleteEventArgs.cs
- ClientTarget.cs
- MatrixAnimationUsingPath.cs
- FixedHyperLink.cs
- OracleBoolean.cs
- RemoteWebConfigurationHostServer.cs
- dsa.cs
- FileUpload.cs
- WindowsIdentity.cs
- ListChangedEventArgs.cs
- DbModificationCommandTree.cs
- MasterPageParser.cs
- MimeBasePart.cs
- Table.cs
- HttpStreams.cs
- InstanceDataCollectionCollection.cs
- SqlParameter.cs
- PathGeometry.cs
- SponsorHelper.cs
- InstanceStoreQueryResult.cs