Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaChoice.cs / 1 / 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. // 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
- X509RecipientCertificateServiceElement.cs
- EnumerableRowCollection.cs
- XmlSecureResolver.cs
- Currency.cs
- HMACSHA1.cs
- InfiniteTimeSpanConverter.cs
- LOSFormatter.cs
- RsaKeyIdentifierClause.cs
- CSharpCodeProvider.cs
- HttpPostProtocolImporter.cs
- FileDialog.cs
- _UriSyntax.cs
- System.Data_BID.cs
- RangeBaseAutomationPeer.cs
- RawStylusActions.cs
- CategoryNameCollection.cs
- EncoderNLS.cs
- DesignerVerbCollection.cs
- ExpressionBindings.cs
- TailCallAnalyzer.cs
- CompilerTypeWithParams.cs
- LicenseException.cs
- SatelliteContractVersionAttribute.cs
- MatcherBuilder.cs
- DataGridAutoFormatDialog.cs
- ContourSegment.cs
- DebugView.cs
- EntityDataSourceQueryBuilder.cs
- CultureSpecificStringDictionary.cs
- mediaeventargs.cs
- SmiTypedGetterSetter.cs
- ImageSource.cs
- EventArgs.cs
- SEHException.cs
- Win32PrintDialog.cs
- SqlMethods.cs
- ArgumentOutOfRangeException.cs
- StringUtil.cs
- PropagatorResult.cs
- ContainerParagraph.cs
- EntityDataSourceDataSelection.cs
- WriteFileContext.cs
- StringAnimationUsingKeyFrames.cs
- CompilationSection.cs
- BamlRecordReader.cs
- ListBindableAttribute.cs
- OleDbDataReader.cs
- PersonalizationStateInfo.cs
- DataGridColumnHeaderAutomationPeer.cs
- ChannelDispatcherBase.cs
- OperatingSystem.cs
- AnimationClockResource.cs
- embossbitmapeffect.cs
- CodeDirectionExpression.cs
- XhtmlBasicLabelAdapter.cs
- BrowserDefinition.cs
- TextEffectResolver.cs
- ADMembershipProvider.cs
- ComplexPropertyEntry.cs
- GenericEnumerator.cs
- PersonalizationEntry.cs
- FontFaceLayoutInfo.cs
- ObjectStateFormatter.cs
- EntityDataSourceChangedEventArgs.cs
- ZipPackagePart.cs
- HttpProxyTransportBindingElement.cs
- BitmapMetadataBlob.cs
- DispatcherExceptionEventArgs.cs
- WebPartTransformer.cs
- HealthMonitoringSection.cs
- SynchronizationContext.cs
- MulticastIPAddressInformationCollection.cs
- TextRangeProviderWrapper.cs
- RepeatBehaviorConverter.cs
- URLMembershipCondition.cs
- Adorner.cs
- DragDeltaEventArgs.cs
- WebPartsPersonalizationAuthorization.cs
- FactoryGenerator.cs
- SymmetricSecurityBindingElement.cs
- BitmapScalingModeValidation.cs
- NameTable.cs
- TypographyProperties.cs
- DataSourceCache.cs
- ArrayElementGridEntry.cs
- WinCategoryAttribute.cs
- CatalogPart.cs
- BitmapCacheBrush.cs
- InternalConfigConfigurationFactory.cs
- OrderByQueryOptionExpression.cs
- SiteMapNode.cs
- MimeFormatExtensions.cs
- ConnectionProviderAttribute.cs
- PropertyChangedEventArgs.cs
- EmissiveMaterial.cs
- RuntimeEnvironment.cs
- RowBinding.cs
- DataControlPagerLinkButton.cs
- Logging.cs
- GridViewColumnCollectionChangedEventArgs.cs