Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeThrowExceptionStatement.cs
- DesignerVerbCollection.cs
- WindowsAuthenticationEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- control.ime.cs
- OracleConnection.cs
- ParameterModifier.cs
- SchemaLookupTable.cs
- ListenerElementsCollection.cs
- BuildProvider.cs
- CellRelation.cs
- Path.cs
- infer.cs
- xmlglyphRunInfo.cs
- followingsibling.cs
- TableRowCollection.cs
- UshortList2.cs
- RangeContentEnumerator.cs
- ObjectIDGenerator.cs
- MemberAccessException.cs
- ResourceReferenceExpressionConverter.cs
- SmtpNetworkElement.cs
- CellTreeNodeVisitors.cs
- TypedMessageConverter.cs
- listviewsubitemcollectioneditor.cs
- InputLanguage.cs
- FontWeight.cs
- SafeLibraryHandle.cs
- querybuilder.cs
- Positioning.cs
- HttpRawResponse.cs
- ComponentManagerBroker.cs
- TextStore.cs
- WebConfigurationHostFileChange.cs
- GrabHandleGlyph.cs
- MessageQueueKey.cs
- IIS7UserPrincipal.cs
- PointCollection.cs
- MeasureData.cs
- ClientFormsIdentity.cs
- ExtensibleClassFactory.cs
- ClientConfigurationSystem.cs
- DataControlLinkButton.cs
- httpstaticobjectscollection.cs
- CompareValidator.cs
- ImageMap.cs
- ModelChangedEventArgsImpl.cs
- PauseStoryboard.cs
- XmlCharacterData.cs
- EmulateRecognizeCompletedEventArgs.cs
- StringValueSerializer.cs
- BaseCodePageEncoding.cs
- CodeGroup.cs
- PeerDuplexChannel.cs
- Vector3DAnimation.cs
- XmlSchemaParticle.cs
- XsltInput.cs
- ToolStripItemCollection.cs
- PeerContact.cs
- mediaeventshelper.cs
- ContextMenuStripGroupCollection.cs
- COM2ICategorizePropertiesHandler.cs
- Page.cs
- StringArrayEditor.cs
- ObjectDataSourceStatusEventArgs.cs
- TextDecorationLocationValidation.cs
- XamlGridLengthSerializer.cs
- StringConcat.cs
- MetroSerializationManager.cs
- DefaultDiscoveryService.cs
- ToolStripLocationCancelEventArgs.cs
- CommandEventArgs.cs
- TriggerAction.cs
- ToolBar.cs
- UnmanagedMarshal.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- Sql8ExpressionRewriter.cs
- streamingZipPartStream.cs
- DefaultPropertyAttribute.cs
- Border.cs
- Latin1Encoding.cs
- PrintDialog.cs
- TableCellCollection.cs
- SHA384.cs
- DayRenderEvent.cs
- PropertyStore.cs
- RepeatBehaviorConverter.cs
- TextFormatterContext.cs
- EntityTypeEmitter.cs
- SoapCodeExporter.cs
- CalendarDay.cs
- ServiceSecurityAuditElement.cs
- DBProviderConfigurationHandler.cs
- CookielessHelper.cs
- HwndSource.cs
- PtsCache.cs
- SqlNodeTypeOperators.cs
- TextClipboardData.cs
- BaseDataBoundControl.cs
- SubordinateTransaction.cs