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
- FileLogRecord.cs
- XMLUtil.cs
- ListBoxDesigner.cs
- CallbackException.cs
- GenericTextProperties.cs
- BuildResult.cs
- HttpServerUtilityWrapper.cs
- CatalogPart.cs
- Aggregates.cs
- UnsafeMethods.cs
- PeerPresenceInfo.cs
- TransformDescriptor.cs
- ListBindableAttribute.cs
- XmlSchemaSequence.cs
- MetaForeignKeyColumn.cs
- RectangleHotSpot.cs
- FrameworkRichTextComposition.cs
- DataGridTablesFactory.cs
- WinEventQueueItem.cs
- EnumBuilder.cs
- TreeBuilderBamlTranslator.cs
- NominalTypeEliminator.cs
- ContentElementAutomationPeer.cs
- CodeSnippetCompileUnit.cs
- SqlCacheDependencyDatabase.cs
- ReferentialConstraint.cs
- metadatamappinghashervisitor.cs
- ImageInfo.cs
- MatrixTransform.cs
- StateFinalizationDesigner.cs
- TypeBuilderInstantiation.cs
- FileDialogCustomPlace.cs
- UInt64Converter.cs
- SerializationEventsCache.cs
- ListViewDesigner.cs
- DataGridViewImageCell.cs
- PointAnimationClockResource.cs
- PageStatePersister.cs
- LicenseContext.cs
- SettingsProviderCollection.cs
- DiagnosticStrings.cs
- DataGridComponentEditor.cs
- CommonRemoteMemoryBlock.cs
- MouseOverProperty.cs
- ConditionalWeakTable.cs
- MoveSizeWinEventHandler.cs
- QueryExpr.cs
- ChangeConflicts.cs
- Utils.cs
- ScalarOps.cs
- GridViewSortEventArgs.cs
- KnownTypesProvider.cs
- unitconverter.cs
- DataObjectFieldAttribute.cs
- SchemaElement.cs
- BigInt.cs
- GestureRecognizer.cs
- PaginationProgressEventArgs.cs
- ProxyHwnd.cs
- DeploymentSectionCache.cs
- TextEditorTables.cs
- ExpressionBuilderCollection.cs
- ApplicationInterop.cs
- SequenceFullException.cs
- EraserBehavior.cs
- prompt.cs
- RuntimeHandles.cs
- VisualBasicSettingsConverter.cs
- DesignerSerializationOptionsAttribute.cs
- Converter.cs
- TableItemProviderWrapper.cs
- UiaCoreProviderApi.cs
- CursorConverter.cs
- NullableDoubleAverageAggregationOperator.cs
- IssuedTokenServiceCredential.cs
- PairComparer.cs
- ComNativeDescriptor.cs
- DocumentPropertiesDialog.cs
- WebEvents.cs
- TargetConverter.cs
- DiagnosticsConfiguration.cs
- Column.cs
- SurrogateSelector.cs
- AttributeQuery.cs
- ValidationException.cs
- Application.cs
- StringSorter.cs
- BeginStoryboard.cs
- EventWaitHandleSecurity.cs
- BinaryReader.cs
- CharKeyFrameCollection.cs
- ValidatedControlConverter.cs
- UriSection.cs
- XmlUtil.cs
- DesignerAdapterUtil.cs
- ViewUtilities.cs
- LassoHelper.cs
- milrender.cs
- ConfigXmlElement.cs
- CustomError.cs