Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSequence.cs / 1 / XmlSchemaSequence.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSequence : 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
- PlanCompiler.cs
- TraceRecords.cs
- CurrentChangingEventArgs.cs
- SystemTcpStatistics.cs
- CheckBoxStandardAdapter.cs
- ProxyWebPartConnectionCollection.cs
- HtmlControl.cs
- Resources.Designer.cs
- BaseCodeDomTreeGenerator.cs
- TextEditorCopyPaste.cs
- ConnectionPoolManager.cs
- DynamicMethod.cs
- WindowsFormsEditorServiceHelper.cs
- LocalizableAttribute.cs
- PersonalizablePropertyEntry.cs
- BamlLocalizer.cs
- SwitchExpression.cs
- CompilerGlobalScopeAttribute.cs
- LiteralText.cs
- LockRecoveryTask.cs
- base64Transforms.cs
- NativeMethods.cs
- HighlightComponent.cs
- KnownTypes.cs
- MsmqVerifier.cs
- TreeNodeEventArgs.cs
- XmlAggregates.cs
- SelectionEditingBehavior.cs
- XmlSchemaIdentityConstraint.cs
- ExplicitDiscriminatorMap.cs
- CalendarDesigner.cs
- SharedDp.cs
- PixelShader.cs
- SingleKeyFrameCollection.cs
- Label.cs
- WebServiceParameterData.cs
- OleCmdHelper.cs
- QilInvokeLateBound.cs
- WasHostedComPlusFactory.cs
- DataGridComboBoxColumn.cs
- StringTraceRecord.cs
- LowerCaseStringConverter.cs
- DebuggerAttributes.cs
- SHA384.cs
- CompilationSection.cs
- DynamicResourceExtensionConverter.cs
- UmAlQuraCalendar.cs
- HtmlForm.cs
- Rfc4050KeyFormatter.cs
- Mouse.cs
- BitmapCodecInfoInternal.cs
- ConfigurationManagerInternalFactory.cs
- StrongNameUtility.cs
- UrlAuthFailedErrorFormatter.cs
- StringOutput.cs
- XmlWriterTraceListener.cs
- SurrogateSelector.cs
- TableRowsCollectionEditor.cs
- InstanceDescriptor.cs
- InstanceCreationEditor.cs
- ClientFormsIdentity.cs
- DataSourceComponent.cs
- DataStreamFromComStream.cs
- DocumentXmlWriter.cs
- BezierSegment.cs
- BrowserTree.cs
- QualifiedId.cs
- FlowLayoutPanel.cs
- XmlAnyElementAttribute.cs
- ErrorFormatterPage.cs
- NamedPipeTransportManager.cs
- EnterpriseServicesHelper.cs
- SessionStateItemCollection.cs
- ToolBarTray.cs
- DataSourceView.cs
- ActivationWorker.cs
- WebPartCancelEventArgs.cs
- EventProviderWriter.cs
- ISCIIEncoding.cs
- UriWriter.cs
- PropertiesTab.cs
- CalculatedColumn.cs
- TdsParserSafeHandles.cs
- DbSourceParameterCollection.cs
- Span.cs
- DecoderFallback.cs
- TextCompositionManager.cs
- ADMembershipUser.cs
- LogEntryHeaderv1Deserializer.cs
- XmlSchemaDatatype.cs
- TypeDescriptionProviderAttribute.cs
- Single.cs
- ItemsControlAutomationPeer.cs
- StubHelpers.cs
- Vector3dCollection.cs
- SchemaDeclBase.cs
- BadImageFormatException.cs
- OLEDB_Util.cs
- RetriableClipboard.cs
- JsonUriDataContract.cs