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
- DictionaryManager.cs
- NativeCompoundFileAPIs.cs
- TextTreeInsertUndoUnit.cs
- oledbmetadatacolumnnames.cs
- SetterBaseCollection.cs
- WindowAutomationPeer.cs
- SchemaTableColumn.cs
- TimeStampChecker.cs
- ColumnMap.cs
- TreeViewHitTestInfo.cs
- CollectionChangedEventManager.cs
- DropDownHolder.cs
- CaseStatementSlot.cs
- IntegrationExceptionEventArgs.cs
- ObjectCacheSettings.cs
- EntityDataSourceSelectedEventArgs.cs
- TextUtf8RawTextWriter.cs
- FontFamily.cs
- ResourceContainer.cs
- ManipulationVelocities.cs
- SqlGatherConsumedAliases.cs
- SortKey.cs
- FormsAuthenticationUser.cs
- SmtpNtlmAuthenticationModule.cs
- CreateUserWizardStep.cs
- MediaTimeline.cs
- Matrix3D.cs
- TableRow.cs
- PhysicalFontFamily.cs
- UndoManager.cs
- SplitterPanel.cs
- NameSpaceExtractor.cs
- Component.cs
- SmiEventSink_DeferedProcessing.cs
- RadioButton.cs
- TypefaceMetricsCache.cs
- SafeNativeMethods.cs
- FrameworkPropertyMetadata.cs
- Axis.cs
- ZipIOLocalFileBlock.cs
- NamedPipeConnectionPool.cs
- FilteredAttributeCollection.cs
- Crypto.cs
- DecimalStorage.cs
- CompoundFileStreamReference.cs
- BindingWorker.cs
- ping.cs
- DbgUtil.cs
- HtmlElementEventArgs.cs
- LiteralControl.cs
- ReceiveActivityValidator.cs
- SqlProcedureAttribute.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- MobileControlsSectionHandler.cs
- ForceCopyBuildProvider.cs
- ProgressBarRenderer.cs
- Geometry.cs
- XsdDateTime.cs
- ApplicationInterop.cs
- HostTimeoutsElement.cs
- assertwrapper.cs
- SqlCommandSet.cs
- AdPostCacheSubstitution.cs
- GZipStream.cs
- TextTreeInsertElementUndoUnit.cs
- DataTemplate.cs
- XmlHierarchicalEnumerable.cs
- BamlLocalizabilityResolver.cs
- arc.cs
- PolicyLevel.cs
- CodeArrayIndexerExpression.cs
- SearchForVirtualItemEventArgs.cs
- Registration.cs
- EdmToObjectNamespaceMap.cs
- ListControl.cs
- Rotation3D.cs
- MarkerProperties.cs
- StringValidatorAttribute.cs
- EventLogger.cs
- HtmlShimManager.cs
- BroadcastEventHelper.cs
- TraceFilter.cs
- Unit.cs
- PropagationProtocolsTracing.cs
- OleDbParameterCollection.cs
- VirtualizingStackPanel.cs
- Itemizer.cs
- DrawingContextDrawingContextWalker.cs
- MetadataException.cs
- TextPointer.cs
- RenderDataDrawingContext.cs
- ConfigurationManagerHelper.cs
- BaseDataBoundControl.cs
- HttpListenerContext.cs
- EncoderNLS.cs
- SplineKeyFrames.cs
- Select.cs
- PropertyDescriptorGridEntry.cs
- XD.cs
- FileDialog_Vista.cs