Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XmlSchemaInfo.cs
- GridItemCollection.cs
- X509ServiceCertificateAuthentication.cs
- XmlSchemaSimpleType.cs
- TextEffectResolver.cs
- BamlRecordWriter.cs
- SHA384.cs
- UnsafeNativeMethods.cs
- PartialCachingAttribute.cs
- HandlerBase.cs
- EraserBehavior.cs
- Point3DCollectionConverter.cs
- KnownAssembliesSet.cs
- XmlSchemas.cs
- QueryGenerator.cs
- PropertyRecord.cs
- SecurityUtils.cs
- TriggerActionCollection.cs
- XmlBufferReader.cs
- ExpandCollapseProviderWrapper.cs
- PublisherIdentityPermission.cs
- HttpResponseHeader.cs
- AuthenticationService.cs
- ThreadAttributes.cs
- TemplateParser.cs
- PointAnimationBase.cs
- SchemaNamespaceManager.cs
- RecordsAffectedEventArgs.cs
- TextParaLineResult.cs
- FlowDocumentReader.cs
- entitydatasourceentitysetnameconverter.cs
- PreviewPageInfo.cs
- CharacterHit.cs
- _ShellExpression.cs
- ColorPalette.cs
- srgsitem.cs
- UnsafeNativeMethods.cs
- IssuanceLicense.cs
- ArrayList.cs
- MD5CryptoServiceProvider.cs
- _ServiceNameStore.cs
- UpDownBase.cs
- FontUnitConverter.cs
- ProtocolsConfigurationEntry.cs
- HttpFileCollection.cs
- LocationUpdates.cs
- Matrix.cs
- NonVisualControlAttribute.cs
- ReadOnlyAttribute.cs
- HotSpot.cs
- BasicAsyncResult.cs
- TypefaceCollection.cs
- LocationUpdates.cs
- PairComparer.cs
- EnumMemberAttribute.cs
- ProfileEventArgs.cs
- PropertyTabChangedEvent.cs
- _Win32.cs
- HttpHeaderCollection.cs
- TimeSpanOrInfiniteConverter.cs
- SymmetricAlgorithm.cs
- Journal.cs
- wgx_sdk_version.cs
- EnumerableWrapperWeakToStrong.cs
- SerializationSectionGroup.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- PrivateFontCollection.cs
- EntitySqlQueryCacheKey.cs
- StyleCollectionEditor.cs
- ChildTable.cs
- CacheModeValueSerializer.cs
- DataGridViewCheckBoxColumn.cs
- LayoutTableCell.cs
- RtfNavigator.cs
- HierarchicalDataSourceDesigner.cs
- XmlSchemaAny.cs
- ApplicationGesture.cs
- odbcmetadatafactory.cs
- ConnectionStringSettings.cs
- HttpCachePolicyElement.cs
- ITextView.cs
- ClientTargetCollection.cs
- CriticalHandle.cs
- TextMarkerSource.cs
- Evidence.cs
- ExternalException.cs
- ConfigurationException.cs
- SystemFonts.cs
- DataTemplate.cs
- FormViewPagerRow.cs
- WebZone.cs
- SortedList.cs
- WeakRefEnumerator.cs
- AssemblyFilter.cs
- Point4D.cs
- BulletedListEventArgs.cs
- WindowsContainer.cs
- ElementHostAutomationPeer.cs
- TypeLoadException.cs
- ServiceAuthorizationElement.cs