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
- XMLSchema.cs
- MulticastDelegate.cs
- ListViewCommandEventArgs.cs
- SafeNativeMethods.cs
- CryptographicAttribute.cs
- DataGridViewTopLeftHeaderCell.cs
- SecurityKeyIdentifierClause.cs
- XmlSecureResolver.cs
- WindowsButton.cs
- ChannelServices.cs
- ExpressionBinding.cs
- SetterBaseCollection.cs
- ExecutionScope.cs
- PointConverter.cs
- SiteMapNodeItem.cs
- WrappedIUnknown.cs
- XmlImplementation.cs
- CheckBoxList.cs
- CodeActivityMetadata.cs
- Tablet.cs
- Keywords.cs
- GeneralTransformGroup.cs
- ToolStripItemClickedEventArgs.cs
- FormViewPagerRow.cs
- SystemInformation.cs
- DebugView.cs
- ProgressBarRenderer.cs
- X509Certificate.cs
- ShaderRenderModeValidation.cs
- OracleConnectionFactory.cs
- ScrollProperties.cs
- RoleManagerModule.cs
- RowToParametersTransformer.cs
- DataGridViewRowCollection.cs
- HtmlFormWrapper.cs
- DataGridViewTopLeftHeaderCell.cs
- DateTimeUtil.cs
- StringWriter.cs
- PeerToPeerException.cs
- TableFieldsEditor.cs
- RotateTransform3D.cs
- ListDictionary.cs
- IpcChannel.cs
- AdjustableArrowCap.cs
- TextEmbeddedObject.cs
- SelectedDatesCollection.cs
- CheckPair.cs
- BindUriHelper.cs
- TextureBrush.cs
- Geometry.cs
- SafeNativeMethods.cs
- XmlSchemaSequence.cs
- ChangeToolStripParentVerb.cs
- SecureUICommand.cs
- WmlCommandAdapter.cs
- ValidationRuleCollection.cs
- XmlSchemaComplexContent.cs
- WebColorConverter.cs
- MediaContextNotificationWindow.cs
- JulianCalendar.cs
- IndexerNameAttribute.cs
- SuppressIldasmAttribute.cs
- MetadataException.cs
- KeysConverter.cs
- Cloud.cs
- ItemDragEvent.cs
- OAVariantLib.cs
- Rect.cs
- XsltInput.cs
- CannotUnloadAppDomainException.cs
- MethodBody.cs
- IRCollection.cs
- SelectionHighlightInfo.cs
- ListItemParagraph.cs
- DataSourceView.cs
- IFlowDocumentViewer.cs
- GroupLabel.cs
- DataGridViewRowsRemovedEventArgs.cs
- UserControlDocumentDesigner.cs
- TextRangeAdaptor.cs
- CompModSwitches.cs
- ReferencedCollectionType.cs
- ContentPlaceHolder.cs
- WebSysDisplayNameAttribute.cs
- RegistryKey.cs
- LayoutTable.cs
- WSSecurityPolicy.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- EntityTypeEmitter.cs
- Animatable.cs
- ToolStripInSituService.cs
- SmiEventStream.cs
- InputGestureCollection.cs
- DbConnectionStringCommon.cs
- ProgressBar.cs
- SQLString.cs
- BindingGroup.cs
- ValueSerializer.cs
- XmlSerializerVersionAttribute.cs
- TransformerInfoCollection.cs