Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaChoice.cs / 1305376 / XmlSchemaChoice.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaChoice : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement)), XmlElement("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("sequence", typeof(XmlSchemaSequence)), XmlElement("any", typeof(XmlSchemaAny))] 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
- AccessViolationException.cs
- ApplicationSecurityManager.cs
- CallInfo.cs
- DataSourceXmlElementAttribute.cs
- WebServiceTypeData.cs
- NotifyIcon.cs
- PageStatePersister.cs
- backend.cs
- CloseSequenceResponse.cs
- DataGridViewCell.cs
- FieldToken.cs
- ImageMapEventArgs.cs
- PointAnimationClockResource.cs
- ApplicationContext.cs
- RenderCapability.cs
- InstallHelper.cs
- DelegateBodyWriter.cs
- CommentAction.cs
- OleDbFactory.cs
- PathGeometry.cs
- DispatcherOperation.cs
- MergablePropertyAttribute.cs
- DataRelationPropertyDescriptor.cs
- QilChoice.cs
- DataGridCommandEventArgs.cs
- OleDbError.cs
- WebSysDisplayNameAttribute.cs
- RightsManagementPermission.cs
- XmlTextWriter.cs
- Schema.cs
- MouseEventArgs.cs
- ProjectionPruner.cs
- BaseAsyncResult.cs
- TypeBinaryExpression.cs
- ScrollItemPattern.cs
- ImageIndexConverter.cs
- ItemList.cs
- ErrorFormatter.cs
- TwoPhaseCommitProxy.cs
- ToolStripSystemRenderer.cs
- RawStylusSystemGestureInputReport.cs
- XmlSerializationReader.cs
- TextEffectResolver.cs
- ProfileSection.cs
- EncryptedKeyIdentifierClause.cs
- MdiWindowListStrip.cs
- TreeViewAutomationPeer.cs
- CodeCatchClause.cs
- loginstatus.cs
- DBPropSet.cs
- SqlPersonalizationProvider.cs
- AudioBase.cs
- OdbcEnvironmentHandle.cs
- XmlAttributeHolder.cs
- TextRangeEditLists.cs
- MatcherBuilder.cs
- UserControl.cs
- Renderer.cs
- OneOf.cs
- Ray3DHitTestResult.cs
- DataQuery.cs
- ClockGroup.cs
- _Events.cs
- AesManaged.cs
- DataExpression.cs
- GlyphsSerializer.cs
- RequestCachePolicy.cs
- util.cs
- SolidColorBrush.cs
- ExpressionConverter.cs
- hebrewshape.cs
- ClipboardProcessor.cs
- DesignerVerbCollection.cs
- PrimitiveXmlSerializers.cs
- AsyncOperation.cs
- TraceLevelHelper.cs
- TraceFilter.cs
- BStrWrapper.cs
- ListViewItemEventArgs.cs
- ComboBoxRenderer.cs
- LogExtentCollection.cs
- KeyValuePair.cs
- StrokeNodeOperations.cs
- BlurBitmapEffect.cs
- CustomAttributeFormatException.cs
- SecurityContextCookieSerializer.cs
- DeliveryStrategy.cs
- ArrayWithOffset.cs
- Variant.cs
- VisualBrush.cs
- CheckBoxPopupAdapter.cs
- XmlLoader.cs
- _NativeSSPI.cs
- WeakReference.cs
- ByeOperationAsyncResult.cs
- DataGridViewComboBoxCell.cs
- MenuBindingsEditor.cs
- MailBnfHelper.cs
- ElementMarkupObject.cs
- ContextStaticAttribute.cs