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
- Point3DAnimationUsingKeyFrames.cs
- Expander.cs
- InternalPermissions.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- CodeGotoStatement.cs
- XmlCDATASection.cs
- KoreanLunisolarCalendar.cs
- DesignerDataParameter.cs
- PathFigureCollectionConverter.cs
- WindowsSpinner.cs
- DataBoundControl.cs
- DataGridViewSelectedCellCollection.cs
- BuildProviderAppliesToAttribute.cs
- ListBase.cs
- SecurityUtils.cs
- MimeTypeAttribute.cs
- LinkArea.cs
- AssemblySettingAttributes.cs
- NonParentingControl.cs
- UserMapPath.cs
- DataExpression.cs
- UserNamePasswordValidator.cs
- CharacterHit.cs
- BooleanAnimationBase.cs
- FilteredXmlReader.cs
- RequestQueue.cs
- ProfileGroupSettingsCollection.cs
- DataGridViewCellStyleConverter.cs
- StyleHelper.cs
- WinFormsSecurity.cs
- Message.cs
- DefaultTextStore.cs
- LinkUtilities.cs
- SynchronizedKeyedCollection.cs
- Group.cs
- ResourceDisplayNameAttribute.cs
- TextRunTypographyProperties.cs
- HtmlHistory.cs
- LateBoundBitmapDecoder.cs
- SettingsAttributes.cs
- MimePart.cs
- VectorAnimationUsingKeyFrames.cs
- MemberBinding.cs
- RotateTransform3D.cs
- DataControlCommands.cs
- FastEncoder.cs
- EntryWrittenEventArgs.cs
- RSAPKCS1SignatureDeformatter.cs
- PaginationProgressEventArgs.cs
- DynamicResourceExtensionConverter.cs
- DocumentPageHost.cs
- TypeGeneratedEventArgs.cs
- SupportingTokenSecurityTokenResolver.cs
- XmlSerializationGeneratedCode.cs
- Int32CollectionValueSerializer.cs
- ToolStripPanel.cs
- SerializationTrace.cs
- HealthMonitoringSection.cs
- DataGridViewRowCollection.cs
- DrawingServices.cs
- CodeTypeMember.cs
- CounterCreationData.cs
- DbParameterCollection.cs
- HostingEnvironmentSection.cs
- XPathAncestorIterator.cs
- EnumUnknown.cs
- ImageClickEventArgs.cs
- DataTableNameHandler.cs
- TreeNode.cs
- Popup.cs
- ExpandSegment.cs
- BaseUriHelper.cs
- TextFormatterHost.cs
- ScriptResourceHandler.cs
- XdrBuilder.cs
- SelectionEditingBehavior.cs
- UriSection.cs
- EventLog.cs
- linebase.cs
- DataFormats.cs
- ModulesEntry.cs
- TCEAdapterGenerator.cs
- UInt32.cs
- CompressionTransform.cs
- PublishLicense.cs
- TextTrailingWordEllipsis.cs
- precedingsibling.cs
- Int32AnimationUsingKeyFrames.cs
- Bold.cs
- ComboBoxAutomationPeer.cs
- RelationshipEnd.cs
- ResourceReader.cs
- NullNotAllowedCollection.cs
- RegisteredScript.cs
- IssuedTokenServiceCredential.cs
- XmlHierarchyData.cs
- TargetControlTypeCache.cs
- XmlStringTable.cs
- ServiceHttpModule.cs
- WindowsButton.cs