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
- DrawingContextDrawingContextWalker.cs
- CorrelationRequestContext.cs
- ConfigurationSection.cs
- Rotation3DAnimationUsingKeyFrames.cs
- DataExpression.cs
- StateItem.cs
- BinaryConverter.cs
- MonthCalendar.cs
- NativeBuffer.cs
- AggregateException.cs
- AssemblyNameProxy.cs
- EventLogEntryCollection.cs
- FileDialogCustomPlace.cs
- FormsAuthentication.cs
- DesignerProperties.cs
- XamlStyleSerializer.cs
- InvokeWebService.cs
- RuntimeHelpers.cs
- TypeUnloadedException.cs
- WebBrowserPermission.cs
- OleDbConnectionInternal.cs
- FileInfo.cs
- PartialCachingControl.cs
- Assert.cs
- JsonByteArrayDataContract.cs
- ZipIORawDataFileBlock.cs
- ADRoleFactory.cs
- ReflectionPermission.cs
- EditorZone.cs
- XmlBinaryReader.cs
- BitmapCache.cs
- NotSupportedException.cs
- SecureStringHasher.cs
- Script.cs
- DataGridViewCellConverter.cs
- FaultReason.cs
- TraceSwitch.cs
- OperationCanceledException.cs
- PrintDocument.cs
- WhiteSpaceTrimStringConverter.cs
- HierarchicalDataSourceControl.cs
- MenuItemStyleCollection.cs
- WindowsFormsHostPropertyMap.cs
- SafeEventLogWriteHandle.cs
- IssuedTokenClientElement.cs
- StringToken.cs
- RetrieveVirtualItemEventArgs.cs
- DesignBindingEditor.cs
- AnnotationAuthorChangedEventArgs.cs
- ReflectTypeDescriptionProvider.cs
- TextWriterTraceListener.cs
- RC2.cs
- CompilationPass2TaskInternal.cs
- XPathBuilder.cs
- PointAnimationBase.cs
- Odbc32.cs
- EventLogEntryCollection.cs
- ErrorFormatterPage.cs
- ComboBoxRenderer.cs
- SymbolMethod.cs
- AuthenticationException.cs
- TriState.cs
- UrlPath.cs
- GridSplitter.cs
- SignedInfo.cs
- ScaleTransform.cs
- IconBitmapDecoder.cs
- Effect.cs
- Typography.cs
- AvTraceDetails.cs
- DotExpr.cs
- HttpListenerResponse.cs
- VectorKeyFrameCollection.cs
- EntityParameterCollection.cs
- ToolStripDropDownButton.cs
- DBConnection.cs
- ZipIOExtraField.cs
- CodeArrayCreateExpression.cs
- WebPartTransformerAttribute.cs
- HtmlTextBoxAdapter.cs
- SystemIPInterfaceStatistics.cs
- XmlException.cs
- DbConnectionPoolCounters.cs
- PeerNameRegistration.cs
- WeakReferenceKey.cs
- TCPClient.cs
- BindingNavigator.cs
- HttpCapabilitiesEvaluator.cs
- TableLayoutPanel.cs
- OrderedDictionary.cs
- FontDialog.cs
- RegexRunnerFactory.cs
- MemberJoinTreeNode.cs
- DebugViewWriter.cs
- SessionStateUtil.cs
- RootBrowserWindowAutomationPeer.cs
- TransformCollection.cs
- DataContractSerializerSection.cs
- TransformDescriptor.cs
- WebPartCollection.cs