Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContent.cs / 1 / XmlSchemaSimpleContent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleContent : XmlSchemaContentModel { XmlSchemaContent content; ///[To be supplied.] ////// /// [XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)), XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))] public override XmlSchemaContent Content { get { return content; } set { content = value; } } } } // 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.Xml.Serialization; ////// /// public class XmlSchemaSimpleContent : XmlSchemaContentModel { XmlSchemaContent content; ///[To be supplied.] ////// /// [XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)), XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))] public override XmlSchemaContent Content { get { return content; } set { content = value; } } } } // 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
- CodeObjectCreateExpression.cs
- XPathNodeIterator.cs
- ArgumentDesigner.xaml.cs
- ProgressiveCrcCalculatingStream.cs
- WindowsScrollBar.cs
- BitmapDownload.cs
- ModelEditingScope.cs
- Stack.cs
- TextTreeTextBlock.cs
- SqlServer2KCompatibilityAnnotation.cs
- RemotingConfiguration.cs
- ApplicationSecurityInfo.cs
- EpmTargetPathSegment.cs
- CompositeTypefaceMetrics.cs
- ControlCachePolicy.cs
- DriveNotFoundException.cs
- BuildManagerHost.cs
- TableColumn.cs
- ControlAdapter.cs
- SingleAnimationUsingKeyFrames.cs
- ResourceManagerWrapper.cs
- Brush.cs
- TypeGeneratedEventArgs.cs
- Decorator.cs
- ObjectTag.cs
- LazyTextWriterCreator.cs
- CatalogZoneDesigner.cs
- ButtonPopupAdapter.cs
- Int64Converter.cs
- InstanceDescriptor.cs
- SystemUdpStatistics.cs
- NamedElement.cs
- ImageAttributes.cs
- CompileLiteralTextParser.cs
- UInt16Storage.cs
- TrustLevelCollection.cs
- SafeBitVector32.cs
- ConsoleKeyInfo.cs
- AnonymousIdentificationSection.cs
- SendMailErrorEventArgs.cs
- ArgumentOutOfRangeException.cs
- PrimitiveSchema.cs
- BamlResourceDeserializer.cs
- SeparatorAutomationPeer.cs
- SortDescription.cs
- BinarySerializer.cs
- OracleParameterCollection.cs
- RectangleHotSpot.cs
- MessageQueueTransaction.cs
- MemoryFailPoint.cs
- TypeConverterAttribute.cs
- AutoCompleteStringCollection.cs
- AttributeAction.cs
- QilParameter.cs
- QueryException.cs
- CodeTypeMember.cs
- ToolStripHighContrastRenderer.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- EncryptedData.cs
- OleAutBinder.cs
- QueryExpr.cs
- XmlCodeExporter.cs
- DataGridViewTextBoxColumn.cs
- WindowsBrush.cs
- DictionaryItemsCollection.cs
- Interlocked.cs
- DataGridColumnReorderingEventArgs.cs
- FormViewInsertEventArgs.cs
- DataGridViewColumnCollection.cs
- ToolStripItemRenderEventArgs.cs
- IntranetCredentialPolicy.cs
- ItemMap.cs
- MetadataItem.cs
- ColorContextHelper.cs
- ConstructorBuilder.cs
- Stack.cs
- CompositeKey.cs
- UserControlCodeDomTreeGenerator.cs
- IOException.cs
- FileCodeGroup.cs
- StyleModeStack.cs
- _NegoState.cs
- IndexedDataBuffer.cs
- WpfKnownMember.cs
- PromptBuilder.cs
- Choices.cs
- MemberMaps.cs
- NotifyParentPropertyAttribute.cs
- DBCommandBuilder.cs
- Floater.cs
- MissingSatelliteAssemblyException.cs
- XmlEncodedRawTextWriter.cs
- SendSecurityHeaderElementContainer.cs
- Activity.cs
- SmtpReplyReader.cs
- SmiEventStream.cs
- SerialPort.cs
- mansign.cs
- HtmlContainerControl.cs
- CharStorage.cs