Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAppInfo.cs / 1 / XmlSchemaAppInfo.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TimeEnumHelper.cs
- TextTreeRootNode.cs
- Expander.cs
- PEFileEvidenceFactory.cs
- SoapReflectionImporter.cs
- XmlSchemaAttributeGroupRef.cs
- DesignerAdapterUtil.cs
- XmlSchemaAll.cs
- FaultContractInfo.cs
- HijriCalendar.cs
- NamedPipeDuplicateContext.cs
- PrintPreviewControl.cs
- SqlClientMetaDataCollectionNames.cs
- BulletDecorator.cs
- LayoutEditorPart.cs
- sqlmetadatafactory.cs
- IgnoreFlushAndCloseStream.cs
- PrePrepareMethodAttribute.cs
- Paragraph.cs
- BamlResourceContent.cs
- InteropEnvironment.cs
- PackageFilter.cs
- CodeDirectoryCompiler.cs
- RestHandler.cs
- WindowsIdentity.cs
- PropertyInformationCollection.cs
- HtmlShim.cs
- HostedTransportConfigurationManager.cs
- RuntimeCompatibilityAttribute.cs
- XmlNotation.cs
- Viewport3DAutomationPeer.cs
- MultiBindingExpression.cs
- WebMessageEncoderFactory.cs
- PieceNameHelper.cs
- MenuEventArgs.cs
- GAC.cs
- embossbitmapeffect.cs
- FixedSOMPageConstructor.cs
- FixedBufferAttribute.cs
- IFormattable.cs
- XslAstAnalyzer.cs
- SynchronizedInputHelper.cs
- SqlReorderer.cs
- ToolBarButtonClickEvent.cs
- HtmlButton.cs
- ServiceProviders.cs
- StorageComplexPropertyMapping.cs
- CacheOutputQuery.cs
- TaskHelper.cs
- SmiGettersStream.cs
- HwndSourceParameters.cs
- MetadataPropertyAttribute.cs
- DataGridViewColumnHeaderCell.cs
- TrimSurroundingWhitespaceAttribute.cs
- Deflater.cs
- SendMailErrorEventArgs.cs
- _AuthenticationState.cs
- RuleSetDialog.cs
- BinaryFormatter.cs
- QilInvoke.cs
- StateWorkerRequest.cs
- EntityCollection.cs
- BehaviorEditorPart.cs
- DialogWindow.cs
- XslVisitor.cs
- SafeRightsManagementHandle.cs
- MaskInputRejectedEventArgs.cs
- FlowDocument.cs
- IfAction.cs
- ThemeDirectoryCompiler.cs
- ShellProvider.cs
- SqlInternalConnection.cs
- CodeArgumentReferenceExpression.cs
- XamlStream.cs
- QueueProcessor.cs
- SignerInfo.cs
- ArgumentException.cs
- SchemaTableOptionalColumn.cs
- RouteData.cs
- EncodingTable.cs
- DataGridViewColumnHeaderCell.cs
- TextBreakpoint.cs
- AsymmetricKeyExchangeDeformatter.cs
- NavigatorOutput.cs
- DataGridItem.cs
- updatecommandorderer.cs
- PropertyValueUIItem.cs
- PointHitTestParameters.cs
- ReversePositionQuery.cs
- Debug.cs
- FontResourceCache.cs
- Root.cs
- ExtensionQuery.cs
- MergeFailedEvent.cs
- HtmlWindowCollection.cs
- MimeTypeAttribute.cs
- MbpInfo.cs
- WebHeaderCollection.cs
- OdbcRowUpdatingEvent.cs
- PenThreadPool.cs