Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContent.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PermissionSet.cs
- HelpProvider.cs
- RecognizedPhrase.cs
- TextInfo.cs
- InfoCardPolicy.cs
- ProxySimple.cs
- ObjectToken.cs
- HGlobalSafeHandle.cs
- CollectionContainer.cs
- IResourceProvider.cs
- XmlSchemaNotation.cs
- RepeaterItemEventArgs.cs
- _ConnectOverlappedAsyncResult.cs
- WebBodyFormatMessageProperty.cs
- HostedBindingBehavior.cs
- BookmarkCallbackWrapper.cs
- Clipboard.cs
- ExceptionUtility.cs
- FixedElement.cs
- IconBitmapDecoder.cs
- BinaryFormatter.cs
- ClientBuildManager.cs
- PhoneCallDesigner.cs
- MILUtilities.cs
- HtmlCommandAdapter.cs
- ConstraintManager.cs
- SqlFunctionAttribute.cs
- Pair.cs
- X509CertificateStore.cs
- EnvelopedSignatureTransform.cs
- XdrBuilder.cs
- PenThreadPool.cs
- CategoryGridEntry.cs
- GroupJoinQueryOperator.cs
- DrawingContextWalker.cs
- LineProperties.cs
- HexParser.cs
- XmlCharType.cs
- XmlILConstructAnalyzer.cs
- TextRunTypographyProperties.cs
- SiteMapNodeItem.cs
- FixedSOMFixedBlock.cs
- StaticContext.cs
- RichTextBox.cs
- __Error.cs
- HttpDebugHandler.cs
- WebPartDeleteVerb.cs
- Matrix3D.cs
- SmiContextFactory.cs
- Match.cs
- DesignerActionVerbList.cs
- WorkflowMarkupElementEventArgs.cs
- RemotingSurrogateSelector.cs
- CommandBindingCollection.cs
- FrameworkObject.cs
- FrameworkEventSource.cs
- TypeLibraryHelper.cs
- StateManagedCollection.cs
- DynamicRenderer.cs
- ToolStripDropTargetManager.cs
- ErrorFormatterPage.cs
- HyperLinkStyle.cs
- ObjectViewFactory.cs
- BooleanToVisibilityConverter.cs
- Hashtable.cs
- NetworkInformationPermission.cs
- ConstraintStruct.cs
- PublishLicense.cs
- ThousandthOfEmRealPoints.cs
- Subset.cs
- MLangCodePageEncoding.cs
- XmlNamedNodeMap.cs
- Triangle.cs
- CodeSnippetStatement.cs
- ScaleTransform3D.cs
- InlineCollection.cs
- WriterOutput.cs
- DataGridViewSortCompareEventArgs.cs
- DataBinding.cs
- WebPartMovingEventArgs.cs
- SoapInteropTypes.cs
- DbFunctionCommandTree.cs
- IndentedWriter.cs
- ChangeInterceptorAttribute.cs
- InfoCardTrace.cs
- TemplatedWizardStep.cs
- FamilyTypeface.cs
- CodeStatementCollection.cs
- IPGlobalProperties.cs
- InvalidOperationException.cs
- DataFormat.cs
- Crypto.cs
- ConsumerConnectionPointCollection.cs
- RemoteX509AsymmetricSecurityKey.cs
- DataGridColumnFloatingHeader.cs
- AtomPub10ServiceDocumentFormatter.cs
- EdmProviderManifest.cs
- ElasticEase.cs
- ExternalDataExchangeService.cs
- SpanIndex.cs