Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Win32PrintDialog.cs
- AddInActivator.cs
- FormDocumentDesigner.cs
- JournalEntry.cs
- DataGridTablesFactory.cs
- RegexMatchCollection.cs
- FontClient.cs
- ProfilePropertySettings.cs
- TraceEventCache.cs
- SchemeSettingElementCollection.cs
- BridgeDataReader.cs
- FormViewPagerRow.cs
- RtType.cs
- Int64AnimationBase.cs
- Timer.cs
- GifBitmapDecoder.cs
- ZoneButton.cs
- ExpressionVisitor.cs
- CodeGenerationManager.cs
- SimpleTextLine.cs
- Parallel.cs
- InternalDispatchObject.cs
- GetImportFileNameRequest.cs
- TitleStyle.cs
- CommandHelper.cs
- OdbcEnvironment.cs
- DirectoryInfo.cs
- RuleSettingsCollection.cs
- BaseContextMenu.cs
- CatalogZone.cs
- DllNotFoundException.cs
- UrlMappingsSection.cs
- ExceptionUtil.cs
- SizeAnimationUsingKeyFrames.cs
- ModelMemberCollection.cs
- MenuBindingsEditorForm.cs
- NodeInfo.cs
- CompiledRegexRunner.cs
- ReliableSessionBindingElementImporter.cs
- ProtectedUri.cs
- SafeCertificateStore.cs
- UserNamePasswordValidator.cs
- ObjectNotFoundException.cs
- GcHandle.cs
- DataGridAddNewRow.cs
- ConfigurationValidatorAttribute.cs
- TextBreakpoint.cs
- CopyOfAction.cs
- DependencyPropertyConverter.cs
- UInt32Converter.cs
- Table.cs
- cookieexception.cs
- CompilerScope.Storage.cs
- DragDeltaEventArgs.cs
- CacheMode.cs
- UrlParameterReader.cs
- HMACMD5.cs
- TempFiles.cs
- KeyboardNavigation.cs
- ActionMessageFilterTable.cs
- SchemaComplexType.cs
- CompiledQuery.cs
- keycontainerpermission.cs
- DynamicMetaObjectBinder.cs
- FieldAccessException.cs
- ColorConvertedBitmap.cs
- TemplateBindingExpression.cs
- SQLInt64.cs
- XmlNavigatorFilter.cs
- FontWeight.cs
- WebPartMovingEventArgs.cs
- ServiceParser.cs
- Publisher.cs
- SimplePropertyEntry.cs
- SoapHeader.cs
- DebugInfo.cs
- TdsParserStateObject.cs
- XmlSerializer.cs
- MatchAttribute.cs
- XamlReaderConstants.cs
- HtmlTable.cs
- DelegatingTypeDescriptionProvider.cs
- SerialPort.cs
- WebPartConnectVerb.cs
- IndexingContentUnit.cs
- DataSpaceManager.cs
- Transform3D.cs
- _SpnDictionary.cs
- InstanceDataCollectionCollection.cs
- FloaterParaClient.cs
- CapacityStreamGeometryContext.cs
- StringInfo.cs
- CalendarButton.cs
- ParseChildrenAsPropertiesAttribute.cs
- RtfNavigator.cs
- UnionCodeGroup.cs
- QilPatternVisitor.cs
- SafeSystemMetrics.cs
- ObjectFullSpanRewriter.cs
- AccessorTable.cs