Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- EventLogTraceListener.cs
- RoleManagerSection.cs
- ListViewDeleteEventArgs.cs
- InstallerTypeAttribute.cs
- ZipIOLocalFileHeader.cs
- PointAnimationUsingKeyFrames.cs
- ScrollItemPattern.cs
- HttpCookieCollection.cs
- ItemAutomationPeer.cs
- WebEventCodes.cs
- ListenerElementsCollection.cs
- MediaTimeline.cs
- MissingMemberException.cs
- Asn1IntegerConverter.cs
- Component.cs
- ManipulationCompletedEventArgs.cs
- PriorityBinding.cs
- EncryptedType.cs
- Grid.cs
- ListBase.cs
- Deserializer.cs
- CqlGenerator.cs
- ThumbButtonInfoCollection.cs
- DirectoryGroupQuery.cs
- ObjectItemCachedAssemblyLoader.cs
- AdornerDecorator.cs
- DataSourceCollectionBase.cs
- PointAnimationUsingKeyFrames.cs
- StringArrayConverter.cs
- NodeFunctions.cs
- CodeEventReferenceExpression.cs
- WSHttpSecurityElement.cs
- AsymmetricKeyExchangeDeformatter.cs
- StorageEndPropertyMapping.cs
- AsyncCompletedEventArgs.cs
- CommandEventArgs.cs
- GacUtil.cs
- SafeBuffer.cs
- DataBoundControlAdapter.cs
- Item.cs
- PermissionSet.cs
- MimeMapping.cs
- DrawingContextWalker.cs
- EncoderParameters.cs
- SqlCommandBuilder.cs
- StylusCaptureWithinProperty.cs
- FontSourceCollection.cs
- DataBinding.cs
- CLRBindingWorker.cs
- Image.cs
- PieceNameHelper.cs
- UpdateRecord.cs
- MenuItemBinding.cs
- ElementProxy.cs
- ClickablePoint.cs
- HttpWebResponse.cs
- ClientUtils.cs
- InputLanguageCollection.cs
- SoapRpcMethodAttribute.cs
- GridToolTip.cs
- GraphicsContext.cs
- WindowHideOrCloseTracker.cs
- SafeFileMapViewHandle.cs
- CompilerGlobalScopeAttribute.cs
- WebServiceFaultDesigner.cs
- SvcMapFileLoader.cs
- CustomExpressionEventArgs.cs
- Endpoint.cs
- CharEnumerator.cs
- ToolboxComponentsCreatingEventArgs.cs
- PolyLineSegment.cs
- PropertyChangedEventArgs.cs
- BindMarkupExtensionSerializer.cs
- HttpListener.cs
- PingOptions.cs
- SectionXmlInfo.cs
- ListViewGroupItemCollection.cs
- SpStreamWrapper.cs
- DBSqlParserTableCollection.cs
- AssemblyInfo.cs
- ConditionalAttribute.cs
- CompilerParameters.cs
- ElementNotAvailableException.cs
- HttpStreamXmlDictionaryReader.cs
- WindowsScrollBarBits.cs
- PrimitiveXmlSerializers.cs
- MultipleViewPattern.cs
- RuleAttributes.cs
- DefaultValueAttribute.cs
- TreeNodeBindingCollection.cs
- PngBitmapEncoder.cs
- RoutingEndpointTrait.cs
- safex509handles.cs
- IDictionary.cs
- PageBuildProvider.cs
- Delegate.cs
- xml.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- DrawingAttributeSerializer.cs
- PropertyChangedEventArgs.cs