Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // 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
- PointCollectionConverter.cs
- UdpContractFilterBehavior.cs
- StylusButtonCollection.cs
- DataGridState.cs
- XmlUtilWriter.cs
- _ConnectionGroup.cs
- TreeViewHitTestInfo.cs
- SafeMemoryMappedFileHandle.cs
- MdiWindowListItemConverter.cs
- Opcode.cs
- CommonRemoteMemoryBlock.cs
- OleDbConnectionInternal.cs
- VisualStyleElement.cs
- WindowsServiceCredential.cs
- FileAuthorizationModule.cs
- NumericUpDown.cs
- ProtectedConfigurationProviderCollection.cs
- UnaryExpression.cs
- RsaEndpointIdentity.cs
- DataSourceDesigner.cs
- HttpResponse.cs
- DateTimeOffset.cs
- ChannelServices.cs
- ConnectionProviderAttribute.cs
- OleCmdHelper.cs
- ContainerControl.cs
- TokenCreationParameter.cs
- TreeNodeEventArgs.cs
- MultipartContentParser.cs
- Throw.cs
- StdValidatorsAndConverters.cs
- ProxyGenerationError.cs
- RankException.cs
- XmlObjectSerializerWriteContext.cs
- TcpHostedTransportConfiguration.cs
- DataConnectionHelper.cs
- ToolStripItemImageRenderEventArgs.cs
- ButtonChrome.cs
- ButtonDesigner.cs
- CollectionMarkupSerializer.cs
- HighContrastHelper.cs
- ReferentialConstraint.cs
- FrameworkContentElement.cs
- GenericTypeParameterConverter.cs
- ConfigXmlAttribute.cs
- CompareValidator.cs
- TreeNodeBinding.cs
- GroupBoxDesigner.cs
- NumberFunctions.cs
- FtpRequestCacheValidator.cs
- EventData.cs
- UnsafeNativeMethodsMilCoreApi.cs
- TimelineClockCollection.cs
- PeerEndPoint.cs
- BitmapMetadata.cs
- ListViewCancelEventArgs.cs
- FloaterParaClient.cs
- ListManagerBindingsCollection.cs
- XPathAncestorQuery.cs
- ControlBuilderAttribute.cs
- ControlAdapter.cs
- NameValueConfigurationCollection.cs
- WindowShowOrOpenTracker.cs
- TextReader.cs
- AutomationPropertyInfo.cs
- GridLengthConverter.cs
- ByteAnimationBase.cs
- InternalReceiveMessage.cs
- HttpTransportSecurityElement.cs
- OutgoingWebRequestContext.cs
- Camera.cs
- NavigationProperty.cs
- _FtpControlStream.cs
- uribuilder.cs
- _SslSessionsCache.cs
- PlatformNotSupportedException.cs
- RtfToken.cs
- SchemaManager.cs
- HttpPostedFile.cs
- ApplyTemplatesAction.cs
- SchemaEntity.cs
- InstanceCompleteException.cs
- Msmq3PoisonHandler.cs
- HighlightComponent.cs
- ControlDesigner.cs
- WebProxyScriptElement.cs
- GlyphRunDrawing.cs
- DataGridViewRowsAddedEventArgs.cs
- XPathSingletonIterator.cs
- TextEditor.cs
- __Error.cs
- AnimationException.cs
- MappingModelBuildProvider.cs
- ExternalCalls.cs
- MaskedTextBox.cs
- SQLSingle.cs
- ZipIOModeEnforcingStream.cs
- XPathDocumentBuilder.cs
- HtmlLinkAdapter.cs
- GenericIdentity.cs