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
- _CookieModule.cs
- TextBox.cs
- CompositeDesignerAccessibleObject.cs
- ScrollEvent.cs
- XamlHostingSectionGroup.cs
- JsonServiceDocumentSerializer.cs
- RecipientInfo.cs
- TreeNodeStyle.cs
- DataControlButton.cs
- RegexBoyerMoore.cs
- SamlAuthenticationClaimResource.cs
- LookupNode.cs
- ResolveNameEventArgs.cs
- AdobeCFFWrapper.cs
- Line.cs
- SafeCoTaskMem.cs
- DataGridViewCellFormattingEventArgs.cs
- HyperLinkColumn.cs
- ServiceHttpHandlerFactory.cs
- KeyMatchBuilder.cs
- PolicyManager.cs
- CryptoApi.cs
- ContentDesigner.cs
- DataGridView.cs
- VoiceSynthesis.cs
- TextContainerHelper.cs
- ListView.cs
- TypeLoadException.cs
- Stackframe.cs
- MessageSecurityOverHttp.cs
- TextBoxView.cs
- HwndHostAutomationPeer.cs
- RadioButtonAutomationPeer.cs
- HtmlHead.cs
- ValueTable.cs
- WorkflowServiceNamespace.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- TemplatePartAttribute.cs
- SqlWebEventProvider.cs
- CompilationSection.cs
- DetailsViewUpdatedEventArgs.cs
- NamedObjectList.cs
- WriteTimeStream.cs
- CodeAttributeDeclaration.cs
- ToolStripOverflow.cs
- SystemWebCachingSectionGroup.cs
- DataListComponentEditor.cs
- DictionaryEditChange.cs
- SecurityHelper.cs
- SimpleWorkerRequest.cs
- StorageScalarPropertyMapping.cs
- SupportsEventValidationAttribute.cs
- CalculatedColumn.cs
- ToolStripSystemRenderer.cs
- smtpconnection.cs
- filewebrequest.cs
- DbConnectionOptions.cs
- DeviceSpecificDialogCachedState.cs
- TriggerBase.cs
- AtomicFile.cs
- XmlTypeMapping.cs
- XPathNodeHelper.cs
- QilFactory.cs
- TrackBar.cs
- OperationAbortedException.cs
- OdbcInfoMessageEvent.cs
- NamespaceDecl.cs
- SqlConnectionString.cs
- Clipboard.cs
- AssemblyResourceLoader.cs
- Panel.cs
- CustomLineCap.cs
- ContainerControl.cs
- RectangleF.cs
- SmiContextFactory.cs
- FlowDocumentFormatter.cs
- Fonts.cs
- StreamSecurityUpgradeInitiator.cs
- LocalizedNameDescriptionPair.cs
- TextTreeTextBlock.cs
- PrintPreviewGraphics.cs
- DesignerListAdapter.cs
- OdbcError.cs
- TransformGroup.cs
- InvokePatternIdentifiers.cs
- X509CertificateEndpointIdentity.cs
- TextSelectionHighlightLayer.cs
- SimpleWebHandlerParser.cs
- OperationFormatUse.cs
- EntityAdapter.cs
- VirtualPath.cs
- PeerUnsafeNativeMethods.cs
- dataSvcMapFileLoader.cs
- DiscoveryRequestHandler.cs
- ExpressionVisitor.cs
- DrawingAttributes.cs
- GPStream.cs
- ErrorStyle.cs
- HtmlMeta.cs
- SqlNodeAnnotations.cs