Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAppInfo.cs / 1305376 / XmlSchemaAppInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAppInfo : XmlSchemaObject { string source; XmlNode[] markup; ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAppInfo : XmlSchemaObject { string source; XmlNode[] markup; ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextWriterTraceListener.cs
- DataGridViewDataErrorEventArgs.cs
- XmlSchemaParticle.cs
- RelationshipEndMember.cs
- HttpGetClientProtocol.cs
- CodeTypeReferenceCollection.cs
- RegexNode.cs
- ReadOnlyDictionary.cs
- UIElementAutomationPeer.cs
- ErrorRuntimeConfig.cs
- IdnMapping.cs
- HttpApplicationStateWrapper.cs
- ObjectDataSource.cs
- MergeFilterQuery.cs
- InsufficientMemoryException.cs
- MimeTypeMapper.cs
- TextCompositionEventArgs.cs
- DynamicPropertyHolder.cs
- Socket.cs
- xdrvalidator.cs
- AstTree.cs
- EncodingTable.cs
- TextMarkerSource.cs
- ContextMarshalException.cs
- WebPartVerbsEventArgs.cs
- ToolStripItemImageRenderEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- TransactionScope.cs
- CodeConstructor.cs
- ListViewUpdateEventArgs.cs
- QueueProcessor.cs
- HostingMessageProperty.cs
- XmlSchemaExporter.cs
- WebServiceEndpoint.cs
- SqlResolver.cs
- ScrollEventArgs.cs
- PageAsyncTaskManager.cs
- XPathArrayIterator.cs
- DataGridViewRow.cs
- UrlMappingCollection.cs
- ObjectSecurity.cs
- Internal.cs
- HttpCapabilitiesSectionHandler.cs
- PerformanceCounterManager.cs
- SchemaElementLookUpTable.cs
- FileFormatException.cs
- PointLight.cs
- CrossAppDomainChannel.cs
- PtsHost.cs
- DefaultIfEmptyQueryOperator.cs
- DataGridTablesFactory.cs
- recordstate.cs
- HttpModuleAction.cs
- ButtonStandardAdapter.cs
- FontStyles.cs
- RepeaterItem.cs
- XmlHierarchyData.cs
- ImageListImage.cs
- GeneralTransform3DTo2DTo3D.cs
- ReferencedType.cs
- CompilerGlobalScopeAttribute.cs
- TemplatingOptionsDialog.cs
- ComboBoxRenderer.cs
- TakeOrSkipWhileQueryOperator.cs
- SoapObjectInfo.cs
- StorageRoot.cs
- Int32Rect.cs
- XmlException.cs
- OptimizedTemplateContentHelper.cs
- unsafenativemethodsother.cs
- CssStyleCollection.cs
- PopupControlService.cs
- MappingModelBuildProvider.cs
- DataProviderNameConverter.cs
- UriExt.cs
- RestClientProxyHandler.cs
- SystemIPInterfaceProperties.cs
- SizeChangedInfo.cs
- RuleProcessor.cs
- XmlSchemaObject.cs
- RadioButtonDesigner.cs
- ReferenceConverter.cs
- AmbiguousMatchException.cs
- XsdDateTime.cs
- QuaternionConverter.cs
- TypeConstant.cs
- EventTask.cs
- ProfileServiceManager.cs
- HtmlUtf8RawTextWriter.cs
- ToolStripButton.cs
- Model3DGroup.cs
- StickyNoteAnnotations.cs
- IIS7WorkerRequest.cs
- OperandQuery.cs
- DateTimeConstantAttribute.cs
- ExtenderProvidedPropertyAttribute.cs
- DataBoundControl.cs
- XsdBuilder.cs
- FieldCollectionEditor.cs
- TrackingMemoryStreamFactory.cs