Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAll.cs / 1 / XmlSchemaAll.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAll : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement))] public override XmlSchemaObjectCollection Items { get { return items; } } internal override bool IsEmpty { get { return base.IsEmpty || items.Count == 0; } } internal override void SetItems(XmlSchemaObjectCollection newItems) { items = newItems; } } } // 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 XmlSchemaAll : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement))] public override XmlSchemaObjectCollection Items { get { return items; } } internal override bool IsEmpty { get { return base.IsEmpty || items.Count == 0; } } internal override void SetItems(XmlSchemaObjectCollection newItems) { items = newItems; } } } // 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
- KeyPressEvent.cs
- _ProxyRegBlob.cs
- QuaternionConverter.cs
- EntityContainer.cs
- MediaTimeline.cs
- TemplateBuilder.cs
- UIElementParaClient.cs
- RuntimeEnvironment.cs
- PassportAuthenticationEventArgs.cs
- CompletionCallbackWrapper.cs
- DragDropHelper.cs
- HyperLinkStyle.cs
- ProjectionPruner.cs
- XmlDataDocument.cs
- TypeDependencyAttribute.cs
- TTSEngineTypes.cs
- DNS.cs
- IdentityNotMappedException.cs
- UpDownBase.cs
- ContractSearchPattern.cs
- ObjectStateFormatter.cs
- DrawListViewItemEventArgs.cs
- ReverseInheritProperty.cs
- ToolStripScrollButton.cs
- HttpDebugHandler.cs
- ScriptDescriptor.cs
- CounterSampleCalculator.cs
- CloseCollectionAsyncResult.cs
- AuthenticationConfig.cs
- BitVec.cs
- BitConverter.cs
- XpsS0ValidatingLoader.cs
- DictionaryEditChange.cs
- AdCreatedEventArgs.cs
- DoubleStorage.cs
- PenThread.cs
- RequestCacheManager.cs
- ArrayConverter.cs
- SafeRightsManagementEnvironmentHandle.cs
- DbConnectionPoolOptions.cs
- BinaryNode.cs
- OLEDB_Enum.cs
- FocusManager.cs
- TextureBrush.cs
- TreeNodeClickEventArgs.cs
- CompositeScriptReferenceEventArgs.cs
- ContextQuery.cs
- EdmItemError.cs
- _ConnectionGroup.cs
- WindowsRebar.cs
- XmlDataProvider.cs
- ConfigXmlComment.cs
- AnnotationComponentChooser.cs
- EntityParameter.cs
- MouseCaptureWithinProperty.cs
- ControlPaint.cs
- ServiceOperationParameter.cs
- TypedServiceOperationListItem.cs
- DataPagerCommandEventArgs.cs
- XmlToDatasetMap.cs
- UserPreferenceChangingEventArgs.cs
- WeakRefEnumerator.cs
- ModulesEntry.cs
- NumericExpr.cs
- JournalEntryStack.cs
- Point3D.cs
- CatalogPartDesigner.cs
- CustomLineCap.cs
- ProcessInfo.cs
- DefaultHttpHandler.cs
- EventRecord.cs
- AttributedMetaModel.cs
- SqlTrackingWorkflowInstance.cs
- RegexBoyerMoore.cs
- ScaleTransform.cs
- RuntimeConfig.cs
- InternalMappingException.cs
- ResXFileRef.cs
- WorkItem.cs
- DataGridViewHeaderCell.cs
- ProfileSection.cs
- NGCSerializer.cs
- _ListenerRequestStream.cs
- XmlDataLoader.cs
- TagNameToTypeMapper.cs
- SqlConnectionPoolProviderInfo.cs
- LineVisual.cs
- Blend.cs
- DocumentPageView.cs
- thaishape.cs
- ClientProxyGenerator.cs
- XamlUtilities.cs
- __ConsoleStream.cs
- LiteralControl.cs
- DateTimeOffset.cs
- BamlRecordHelper.cs
- NavigationProperty.cs
- ToolStripProgressBar.cs
- LambdaReference.cs
- ToolStripTextBox.cs