Code:
/ FX-1434 / FX-1434 / 1.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
- FreeFormDragDropManager.cs
- Attributes.cs
- ImpersonateTokenRef.cs
- CommandManager.cs
- Graphics.cs
- MetafileHeaderEmf.cs
- ConfigPathUtility.cs
- ProxySimple.cs
- XmlNode.cs
- DesignerContextDescriptor.cs
- TextCharacters.cs
- Point3DIndependentAnimationStorage.cs
- GPRECTF.cs
- KeyValueConfigurationElement.cs
- Marshal.cs
- TreeView.cs
- ToolStripLocationCancelEventArgs.cs
- UnauthorizedAccessException.cs
- CodeLinePragma.cs
- ImportContext.cs
- XmlTextReader.cs
- BuildDependencySet.cs
- MenuItemBinding.cs
- ExportOptions.cs
- ServiceChannelFactory.cs
- SatelliteContractVersionAttribute.cs
- OleDbCommandBuilder.cs
- AxHost.cs
- ISAPIApplicationHost.cs
- ListViewGroupItemCollection.cs
- XmlArrayItemAttributes.cs
- PropertyGrid.cs
- SequentialOutput.cs
- OptimalTextSource.cs
- CodeParameterDeclarationExpressionCollection.cs
- DataGridViewRow.cs
- Divide.cs
- Button.cs
- UriTemplateDispatchFormatter.cs
- StreamDocument.cs
- DataRelationPropertyDescriptor.cs
- AspNetHostingPermission.cs
- Point3DValueSerializer.cs
- ExeContext.cs
- XmlComplianceUtil.cs
- DigitalSignature.cs
- ImageList.cs
- WebSysDisplayNameAttribute.cs
- NodeLabelEditEvent.cs
- linebase.cs
- SoapIgnoreAttribute.cs
- JsonFormatReaderGenerator.cs
- SHA512.cs
- LambdaCompiler.Statements.cs
- TraceHandlerErrorFormatter.cs
- BlurBitmapEffect.cs
- APCustomTypeDescriptor.cs
- ContentValidator.cs
- FixUp.cs
- BuildProvider.cs
- QuotedPrintableStream.cs
- XmlSchemaComplexType.cs
- SafeFileMapViewHandle.cs
- BeginSelectCardRequest.cs
- TransformPatternIdentifiers.cs
- UnknownBitmapDecoder.cs
- SystemIPGlobalStatistics.cs
- WebUtil.cs
- GetCertificateRequest.cs
- FileDialog_Vista.cs
- BufferCache.cs
- Int64.cs
- DocumentViewerAutomationPeer.cs
- Merger.cs
- Registration.cs
- StringUtil.cs
- DataFieldCollectionEditor.cs
- _SafeNetHandles.cs
- WSSecurityJan2004.cs
- MediaEntryAttribute.cs
- _HTTPDateParse.cs
- OledbConnectionStringbuilder.cs
- SerialReceived.cs
- RegionData.cs
- TableSectionStyle.cs
- SiteMapSection.cs
- CancellationTokenRegistration.cs
- KeyGesture.cs
- MultipleCopiesCollection.cs
- SynchronizedInputProviderWrapper.cs
- SynchronizationFilter.cs
- XmlName.cs
- dbenumerator.cs
- PackagePart.cs
- LocalBuilder.cs
- ApplicationServicesHostFactory.cs
- MetadataArtifactLoaderCompositeResource.cs
- BitmapEffectInput.cs
- AuthenticationConfig.cs
- DelayedRegex.cs