Code:
/ 4.0 / 4.0 / 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.] ///// 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
- AnonymousIdentificationSection.cs
- TargetParameterCountException.cs
- MultipartContentParser.cs
- DataServiceClientException.cs
- PictureBox.cs
- WebPartManagerInternals.cs
- ResXResourceSet.cs
- Rotation3DAnimationBase.cs
- CurrentTimeZone.cs
- TokenFactoryBase.cs
- Calendar.cs
- VariableModifiersHelper.cs
- FatalException.cs
- TypeDependencyAttribute.cs
- TraceHandlerErrorFormatter.cs
- _ListenerResponseStream.cs
- DurationConverter.cs
- LookupBindingPropertiesAttribute.cs
- Variant.cs
- ProfileModule.cs
- HeaderUtility.cs
- IIS7UserPrincipal.cs
- PathTooLongException.cs
- TrustLevelCollection.cs
- XmlSyndicationContent.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- SizeFConverter.cs
- DecoderExceptionFallback.cs
- AdornerDecorator.cs
- AbstractExpressions.cs
- ClosableStream.cs
- InlinedAggregationOperator.cs
- DeviceSpecificChoiceCollection.cs
- SoapHeader.cs
- DbProviderFactoriesConfigurationHandler.cs
- Win32Exception.cs
- LineInfo.cs
- GeometryConverter.cs
- HttpWrapper.cs
- ChangePassword.cs
- WebPartVerbsEventArgs.cs
- SuppressMessageAttribute.cs
- ToolstripProfessionalRenderer.cs
- TypeSystem.cs
- ReverseInheritProperty.cs
- TTSEngineTypes.cs
- MultiBinding.cs
- DocumentPageViewAutomationPeer.cs
- RequestCachingSection.cs
- DataRow.cs
- ProxyFragment.cs
- WindowsToolbarItemAsMenuItem.cs
- FormatConvertedBitmap.cs
- LazyTextWriterCreator.cs
- xamlnodes.cs
- FamilyTypeface.cs
- UrlSyndicationContent.cs
- StorageModelBuildProvider.cs
- ContextProperty.cs
- LeftCellWrapper.cs
- SvcMapFile.cs
- OdbcConnectionPoolProviderInfo.cs
- ByteRangeDownloader.cs
- EntityParameterCollection.cs
- XmlSerializableReader.cs
- CodeTryCatchFinallyStatement.cs
- ISAPIWorkerRequest.cs
- RNGCryptoServiceProvider.cs
- Registration.cs
- DataSet.cs
- StylusPlugin.cs
- __Error.cs
- RawAppCommandInputReport.cs
- CodeDOMProvider.cs
- RichTextBoxConstants.cs
- ProbeMatchesCD1.cs
- MaskedTextBoxTextEditorDropDown.cs
- WindowsFormsHostPropertyMap.cs
- CompoundFileIOPermission.cs
- Vector3D.cs
- ApplicationProxyInternal.cs
- UserControl.cs
- TabPage.cs
- GeneralTransform.cs
- PeerApplication.cs
- WmlTextViewAdapter.cs
- ToolStripDropDown.cs
- SQlBooleanStorage.cs
- GridViewCommandEventArgs.cs
- NativeMethods.cs
- DesigntimeLicenseContext.cs
- ExtractedStateEntry.cs
- HierarchicalDataSourceDesigner.cs
- NumberSubstitution.cs
- BorderGapMaskConverter.cs
- Attributes.cs
- NamespaceListProperty.cs
- BindingContext.cs
- PasswordRecovery.cs