Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAll.cs / 1305376 / 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
- CustomErrorCollection.cs
- ImageList.cs
- ContractMapping.cs
- DbTransaction.cs
- VisemeEventArgs.cs
- Pair.cs
- RoutedEvent.cs
- Funcletizer.cs
- ConstantCheck.cs
- ZipIOExtraFieldElement.cs
- DeploymentSection.cs
- FrameworkContentElement.cs
- CompensationToken.cs
- WSDualHttpSecurity.cs
- CodeRegionDirective.cs
- PersistenceParticipant.cs
- DataGridViewCellLinkedList.cs
- GridEntry.cs
- Transactions.cs
- XmlNullResolver.cs
- MemberCollection.cs
- TypedRowHandler.cs
- CodeSubDirectoriesCollection.cs
- XmlTextWriter.cs
- DataChangedEventManager.cs
- TypedReference.cs
- ConstraintEnumerator.cs
- CoreChannel.cs
- TextTreeFixupNode.cs
- shaper.cs
- TitleStyle.cs
- ColorConverter.cs
- XmlDeclaration.cs
- AncillaryOps.cs
- MimeMapping.cs
- FixedStringLookup.cs
- HttpHandler.cs
- StatusStrip.cs
- IdleTimeoutMonitor.cs
- FragmentQuery.cs
- ResolvedKeyFrameEntry.cs
- MouseDevice.cs
- ControlUtil.cs
- RadioButtonFlatAdapter.cs
- XmlSchemaSimpleContentRestriction.cs
- UnaryQueryOperator.cs
- ResourcesGenerator.cs
- XmlSchemaComplexType.cs
- SelectionGlyphBase.cs
- ContainerControl.cs
- Activity.cs
- Publisher.cs
- CollectionAdapters.cs
- PageCodeDomTreeGenerator.cs
- HtmlInputRadioButton.cs
- ConstrainedGroup.cs
- PolyQuadraticBezierSegment.cs
- SplitterPanelDesigner.cs
- XmlNullResolver.cs
- IImplicitResourceProvider.cs
- SecurityPermission.cs
- CryptoApi.cs
- Typeface.cs
- IISUnsafeMethods.cs
- DbProviderFactories.cs
- brushes.cs
- columnmapfactory.cs
- IconConverter.cs
- AdRotatorDesigner.cs
- CodeArgumentReferenceExpression.cs
- XmlSecureResolver.cs
- ByteConverter.cs
- ProcessHostMapPath.cs
- MouseActionValueSerializer.cs
- MediaSystem.cs
- MenuItem.cs
- Latin1Encoding.cs
- ReplyChannelAcceptor.cs
- RefExpr.cs
- SqlServer2KCompatibilityAnnotation.cs
- _HelperAsyncResults.cs
- BitmapDecoder.cs
- OutputCacheSettingsSection.cs
- Parser.cs
- ReadingWritingEntityEventArgs.cs
- COM2TypeInfoProcessor.cs
- MobileCapabilities.cs
- ThrowHelper.cs
- RoleServiceManager.cs
- Decoder.cs
- UnsignedPublishLicense.cs
- XmlRawWriter.cs
- FontUnitConverter.cs
- ProviderIncompatibleException.cs
- HandleRef.cs
- WebBrowserDesigner.cs
- OrderedDictionaryStateHelper.cs
- CodePageEncoding.cs
- PenThreadPool.cs
- TypeElement.cs