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; ////// /// 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
- __ConsoleStream.cs
- ModelItemKeyValuePair.cs
- PathFigureCollectionValueSerializer.cs
- WebUtil.cs
- AnchoredBlock.cs
- ToolboxItem.cs
- PaperSource.cs
- COM2FontConverter.cs
- DataColumn.cs
- SelectionItemPattern.cs
- GridViewCommandEventArgs.cs
- WorkflowServiceInstance.cs
- ActivityTypeDesigner.xaml.cs
- ProviderConnectionPointCollection.cs
- FeatureSupport.cs
- CacheSection.cs
- FontSizeConverter.cs
- IIS7UserPrincipal.cs
- ArgumentNullException.cs
- XmlnsCompatibleWithAttribute.cs
- InitializationEventAttribute.cs
- TypePresenter.xaml.cs
- XmlAnyElementAttribute.cs
- PublishLicense.cs
- wmiprovider.cs
- ClientSponsor.cs
- FloaterParaClient.cs
- TextInfo.cs
- NavigationService.cs
- ProfileBuildProvider.cs
- SBCSCodePageEncoding.cs
- NullExtension.cs
- DataGridLinkButton.cs
- XmlQueryTypeFactory.cs
- EntityContainerAssociationSetEnd.cs
- BaseCollection.cs
- DataServiceKeyAttribute.cs
- PriorityQueue.cs
- InvalidOperationException.cs
- BufferedStream2.cs
- StagingAreaInputItem.cs
- ServicePointManager.cs
- COM2EnumConverter.cs
- RequestNavigateEventArgs.cs
- EastAsianLunisolarCalendar.cs
- ToolStripArrowRenderEventArgs.cs
- GridViewDeleteEventArgs.cs
- ProcessHostFactoryHelper.cs
- ExtendedPropertyCollection.cs
- DataExpression.cs
- PassportPrincipal.cs
- PaperSize.cs
- ExpressionBuilderContext.cs
- WebUtil.cs
- ChangePasswordDesigner.cs
- StylusPointPropertyInfo.cs
- PathTooLongException.cs
- WebAdminConfigurationHelper.cs
- MiniLockedBorderGlyph.cs
- PropertyChangedEventArgs.cs
- DataAdapter.cs
- PermissionRequestEvidence.cs
- SignatureResourceHelper.cs
- NavigationCommands.cs
- TextServicesCompartmentEventSink.cs
- InteropBitmapSource.cs
- WeakKeyDictionary.cs
- TextProperties.cs
- SystemIcmpV6Statistics.cs
- RsaSecurityKey.cs
- SqlParameter.cs
- CategoryGridEntry.cs
- PlatformNotSupportedException.cs
- CommonProperties.cs
- DataListItemCollection.cs
- HostingPreferredMapPath.cs
- FlowDocumentPaginator.cs
- SqlTrackingService.cs
- OdbcCommand.cs
- SettingsSavedEventArgs.cs
- ListViewDesigner.cs
- GenericEnumerator.cs
- JsonServiceDocumentSerializer.cs
- RotateTransform.cs
- StyleSheetDesigner.cs
- DataTable.cs
- StructuralType.cs
- DBPropSet.cs
- DoubleAnimationUsingKeyFrames.cs
- SingleStorage.cs
- ManualResetEventSlim.cs
- ColorConverter.cs
- LineSegment.cs
- CookielessData.cs
- PriorityQueue.cs
- XslAstAnalyzer.cs
- UdpReplyToBehavior.cs
- DataRowCollection.cs
- UTF8Encoding.cs
- CodeAccessSecurityEngine.cs