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
- ListParaClient.cs
- ScriptManagerProxy.cs
- XmlDictionaryReader.cs
- CompositeDispatchFormatter.cs
- XamlSerializationHelper.cs
- MemberExpressionHelper.cs
- PreviewPrintController.cs
- HelpEvent.cs
- Assembly.cs
- DataGridViewRowsRemovedEventArgs.cs
- RequestContext.cs
- GPRECTF.cs
- WebPartConnectionsCancelEventArgs.cs
- DataViewManager.cs
- LinkTarget.cs
- InvalidAsynchronousStateException.cs
- SystemColorTracker.cs
- OrderedDictionaryStateHelper.cs
- Validator.cs
- TransformedBitmap.cs
- RequestQueue.cs
- Mapping.cs
- SoapServerMessage.cs
- TextSelectionHelper.cs
- ResourcesBuildProvider.cs
- ColorContextHelper.cs
- TerminatorSinks.cs
- Subtree.cs
- SelectionProcessor.cs
- Code.cs
- ProfileGroupSettings.cs
- XmlDownloadManager.cs
- StoryFragments.cs
- InvalidFilterCriteriaException.cs
- Identity.cs
- PictureBox.cs
- ToolStripArrowRenderEventArgs.cs
- CqlWriter.cs
- GeneralTransform.cs
- BindingList.cs
- DropDownButton.cs
- TypedColumnHandler.cs
- CallContext.cs
- DataRelationPropertyDescriptor.cs
- AnonymousIdentificationModule.cs
- TextTreeInsertElementUndoUnit.cs
- CaseInsensitiveHashCodeProvider.cs
- InternalTypeHelper.cs
- SelectionList.cs
- EntityDataSourceEntityTypeFilterItem.cs
- CompoundFileStorageReference.cs
- ModelTreeEnumerator.cs
- RemoteTokenFactory.cs
- QueryStringParameter.cs
- UIElementParaClient.cs
- EntityConnection.cs
- RectValueSerializer.cs
- ObjectTag.cs
- Ticks.cs
- GridViewSortEventArgs.cs
- WriteableBitmap.cs
- TraceUtility.cs
- PrintingPermission.cs
- Grant.cs
- List.cs
- MouseEvent.cs
- Hex.cs
- ListViewDeletedEventArgs.cs
- GeometryCollection.cs
- OperationCanceledException.cs
- PropertyInfoSet.cs
- SynchronizationContext.cs
- InvokeMethod.cs
- ResourceDictionary.cs
- DataBindingExpressionBuilder.cs
- CngProperty.cs
- HtmlInputSubmit.cs
- ZipIOExtraField.cs
- Serialization.cs
- ProfessionalColors.cs
- ItemCheckEvent.cs
- WindowsListViewItemCheckBox.cs
- EmptyEnumerator.cs
- BinaryExpression.cs
- KnownBoxes.cs
- wgx_exports.cs
- ProfessionalColorTable.cs
- TextElementEnumerator.cs
- OdbcPermission.cs
- DataGridColumn.cs
- SymbolEqualComparer.cs
- ExternalException.cs
- SectionUpdates.cs
- Ticks.cs
- UnsafeNetInfoNativeMethods.cs
- HelpKeywordAttribute.cs
- SQLInt64.cs
- MenuItemStyleCollectionEditor.cs
- TimersDescriptionAttribute.cs
- DatagridviewDisplayedBandsData.cs