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
- Point3DAnimation.cs
- TextBoxBase.cs
- AdjustableArrowCap.cs
- XmlDocumentType.cs
- ProcessModelSection.cs
- WebBaseEventKeyComparer.cs
- EntitySqlQueryState.cs
- TryExpression.cs
- SoapMessage.cs
- BamlTreeUpdater.cs
- FrameworkElementFactoryMarkupObject.cs
- SpellerHighlightLayer.cs
- DataBoundControlHelper.cs
- SQLDouble.cs
- DesignerAttribute.cs
- SamlSecurityTokenAuthenticator.cs
- PropertyChangingEventArgs.cs
- VariantWrapper.cs
- Debug.cs
- WebHostScriptMappingsInstallComponent.cs
- TableStyle.cs
- SiteMapNodeItem.cs
- IgnoreDataMemberAttribute.cs
- ResourceManager.cs
- AuthenticationModuleElement.cs
- CheckPair.cs
- CFGGrammar.cs
- InstallerTypeAttribute.cs
- DataPagerFieldCommandEventArgs.cs
- CngProvider.cs
- XmlDocumentFieldSchema.cs
- ToolStripPanelCell.cs
- FormViewPagerRow.cs
- GC.cs
- AsnEncodedData.cs
- OdbcInfoMessageEvent.cs
- Point3DAnimationUsingKeyFrames.cs
- ClientSideProviderDescription.cs
- NameGenerator.cs
- WeakReference.cs
- UTF7Encoding.cs
- HMACSHA384.cs
- RemotingConfigParser.cs
- KerberosReceiverSecurityToken.cs
- EventQueueState.cs
- EntityDataSourceViewSchema.cs
- ObjectDisposedException.cs
- VerticalAlignConverter.cs
- NameTable.cs
- RoleManagerModule.cs
- HttpModuleAction.cs
- SafeNativeMethods.cs
- initElementDictionary.cs
- Image.cs
- RuleConditionDialog.Designer.cs
- PropertyTab.cs
- WindowsComboBox.cs
- ExtensibleClassFactory.cs
- GroupItemAutomationPeer.cs
- DynamicValueConverter.cs
- MobileUserControl.cs
- RC2CryptoServiceProvider.cs
- IntegrationExceptionEventArgs.cs
- XmlElementAttribute.cs
- ThreadStaticAttribute.cs
- BindingMemberInfo.cs
- HitTestFilterBehavior.cs
- MimeTypeAttribute.cs
- TCEAdapterGenerator.cs
- XmlIlVisitor.cs
- PropertyInfo.cs
- SmiEventSink_Default.cs
- AppModelKnownContentFactory.cs
- XmlReader.cs
- CacheVirtualItemsEvent.cs
- AutomationPatternInfo.cs
- DocumentApplicationJournalEntry.cs
- AudienceUriMode.cs
- DBSchemaTable.cs
- Rotation3DAnimation.cs
- PointCollectionConverter.cs
- EnumerableCollectionView.cs
- shaper.cs
- ConditionCollection.cs
- SafeFileMappingHandle.cs
- RoleGroup.cs
- Logging.cs
- MethodCallExpression.cs
- entitydatasourceentitysetnameconverter.cs
- ImageButton.cs
- DataGridItemCollection.cs
- WorkflowEventArgs.cs
- ExpressionBinding.cs
- AutoFocusStyle.xaml.cs
- TemplateParser.cs
- ToggleButton.cs
- Types.cs
- ExpressionNode.cs
- XmlTypeAttribute.cs
- SelectionPattern.cs