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
- _FixedSizeReader.cs
- InsufficientMemoryException.cs
- DictionaryKeyPropertyAttribute.cs
- ConnectionInterfaceCollection.cs
- DbExpressionVisitor.cs
- DetailsViewRowCollection.cs
- ProfilePropertySettings.cs
- XmlQuerySequence.cs
- WMICapabilities.cs
- WebPartEditorCancelVerb.cs
- EntityDataSourceContextDisposingEventArgs.cs
- URI.cs
- ValidationHelper.cs
- CellRelation.cs
- ListControlConvertEventArgs.cs
- PasswordTextNavigator.cs
- LinkLabelLinkClickedEvent.cs
- Registry.cs
- ContentHostHelper.cs
- ExtensibleClassFactory.cs
- CharAnimationUsingKeyFrames.cs
- PropertyCondition.cs
- NullRuntimeConfig.cs
- TypeInfo.cs
- CombinedGeometry.cs
- ConfigurationPropertyCollection.cs
- DrawingVisualDrawingContext.cs
- ReliabilityContractAttribute.cs
- BaseCodePageEncoding.cs
- ImageFormat.cs
- SmiGettersStream.cs
- StyleTypedPropertyAttribute.cs
- Int32.cs
- Reference.cs
- RelationshipConverter.cs
- MILUtilities.cs
- versioninfo.cs
- SelectionHighlightInfo.cs
- SamlSecurityToken.cs
- MetabaseServerConfig.cs
- DataGridViewControlCollection.cs
- Module.cs
- OleDbConnectionFactory.cs
- Point4DValueSerializer.cs
- BooleanFacetDescriptionElement.cs
- BackStopAuthenticationModule.cs
- RowCache.cs
- TaskFactory.cs
- KeyValueInternalCollection.cs
- cookie.cs
- CreateParams.cs
- FlowDocumentScrollViewer.cs
- DataRelation.cs
- FontNamesConverter.cs
- DiagnosticTrace.cs
- Constant.cs
- FrameworkTemplate.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- SelectedGridItemChangedEvent.cs
- figurelength.cs
- SqlConnectionPoolProviderInfo.cs
- RSAOAEPKeyExchangeDeformatter.cs
- BindingBase.cs
- RangeValuePatternIdentifiers.cs
- Crypto.cs
- RenderDataDrawingContext.cs
- ActivityCodeDomSerializer.cs
- Brushes.cs
- WindowsListViewItem.cs
- ExpandCollapseProviderWrapper.cs
- HttpRuntimeSection.cs
- WebScriptEndpoint.cs
- KeyValueSerializer.cs
- BmpBitmapDecoder.cs
- Control.cs
- EventLogEntry.cs
- SocketPermission.cs
- TypeConverterHelper.cs
- PathParser.cs
- WhitespaceSignificantCollectionAttribute.cs
- DataReceivedEventArgs.cs
- TypeSource.cs
- EventProviderClassic.cs
- SelectionRangeConverter.cs
- XmlWellformedWriter.cs
- SqlGatherConsumedAliases.cs
- InputLanguageCollection.cs
- TemplateContainer.cs
- WebControl.cs
- XmlNullResolver.cs
- WebPageTraceListener.cs
- RelationshipConstraintValidator.cs
- PeerInvitationResponse.cs
- RequestSecurityToken.cs
- HTTPNotFoundHandler.cs
- SecurityTokenContainer.cs
- SuppressIldasmAttribute.cs
- SHA256.cs
- CustomErrorsSection.cs
- ContainerActivationHelper.cs