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
- ActivityValidationServices.cs
- IxmlLineInfo.cs
- RandomNumberGenerator.cs
- _LocalDataStore.cs
- TypeRestriction.cs
- sqlnorm.cs
- InputReportEventArgs.cs
- TypeDescriptor.cs
- AppearanceEditorPart.cs
- AutomationIdentifier.cs
- BitmapEffectInput.cs
- DataBindEngine.cs
- FlagsAttribute.cs
- ImageCodecInfo.cs
- ProtocolImporter.cs
- ExtendedProtectionPolicy.cs
- ValueQuery.cs
- Helper.cs
- FormatterConverter.cs
- WebPartConnectionsCancelEventArgs.cs
- CodeDirectoryCompiler.cs
- NotifyInputEventArgs.cs
- QilInvokeLateBound.cs
- Nullable.cs
- DefaultPropertyAttribute.cs
- MediaPlayer.cs
- Pair.cs
- HandledMouseEvent.cs
- XmlIlTypeHelper.cs
- PropertyGroupDescription.cs
- GridViewHeaderRowPresenter.cs
- KerberosReceiverSecurityToken.cs
- TraceSection.cs
- FaultDescriptionCollection.cs
- LabelLiteral.cs
- TriggerBase.cs
- DispatchWrapper.cs
- ButtonColumn.cs
- GridSplitterAutomationPeer.cs
- Geometry.cs
- SiteMapNode.cs
- DataGridBoolColumn.cs
- MasterPageCodeDomTreeGenerator.cs
- TimeSpanOrInfiniteConverter.cs
- DecimalAnimationBase.cs
- RC2CryptoServiceProvider.cs
- ListViewContainer.cs
- SRef.cs
- ManifestSignatureInformation.cs
- FormClosingEvent.cs
- PreservationFileWriter.cs
- VariantWrapper.cs
- WaitForChangedResult.cs
- JumpList.cs
- TheQuery.cs
- X509SecurityTokenProvider.cs
- UInt32.cs
- DesignerMetadata.cs
- ShaderEffect.cs
- WhitespaceRuleReader.cs
- cookie.cs
- TabItemAutomationPeer.cs
- SHA1.cs
- PerfService.cs
- WebUtil.cs
- XmlReflectionImporter.cs
- Window.cs
- SubMenuStyle.cs
- ClientConfigurationHost.cs
- DirectoryNotFoundException.cs
- Substitution.cs
- IPEndPointCollection.cs
- shaper.cs
- UnauthorizedAccessException.cs
- WrapPanel.cs
- TimeoutValidationAttribute.cs
- MessageSecurityOverHttp.cs
- ListDictionaryInternal.cs
- TextSearch.cs
- BamlRecordReader.cs
- Script.cs
- QuotedStringFormatReader.cs
- StrokeCollection.cs
- WebConfigurationHost.cs
- EventArgs.cs
- SimpleHandlerBuildProvider.cs
- HtmlTextViewAdapter.cs
- ListControlDesigner.cs
- CollectionEditor.cs
- WebConfigurationHost.cs
- Padding.cs
- Parameter.cs
- NamespaceCollection.cs
- DataControlImageButton.cs
- HttpServerUtilityWrapper.cs
- BindMarkupExtensionSerializer.cs
- UrlMappingCollection.cs
- AttachedPropertyMethodSelector.cs
- Int32Storage.cs
- XNameConverter.cs