Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[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
- DirectoryObjectSecurity.cs
- Help.cs
- CommandHelpers.cs
- Metadata.cs
- DefaultValidator.cs
- ADConnectionHelper.cs
- AtomEntry.cs
- QilStrConcat.cs
- TemplateKey.cs
- AppDomainProtocolHandler.cs
- DataList.cs
- TextElementEditingBehaviorAttribute.cs
- WorkflowOwnershipException.cs
- CompilerInfo.cs
- EmptyQuery.cs
- BuildDependencySet.cs
- SpanIndex.cs
- XmlFormatWriterGenerator.cs
- DataControlField.cs
- Int16AnimationBase.cs
- ProfileInfo.cs
- PanelContainerDesigner.cs
- CapabilitiesRule.cs
- StrokeNodeOperations.cs
- HtmlInputSubmit.cs
- TranslateTransform.cs
- FloaterBaseParagraph.cs
- SchemaCollectionCompiler.cs
- XmlValidatingReaderImpl.cs
- ClientSponsor.cs
- DateTimeParse.cs
- AssemblySettingAttributes.cs
- ObjectDataSourceEventArgs.cs
- ListSourceHelper.cs
- FactoryId.cs
- TextEditorTables.cs
- MLangCodePageEncoding.cs
- DesignerPerfEventProvider.cs
- HwndProxyElementProvider.cs
- State.cs
- GroupAggregateExpr.cs
- RowUpdatingEventArgs.cs
- XsltCompileContext.cs
- NGCPageContentSerializerAsync.cs
- DesignerSerializationOptionsAttribute.cs
- ChangePassword.cs
- PrintSystemException.cs
- PermissionRequestEvidence.cs
- ConstructorNeedsTagAttribute.cs
- TcpTransportBindingElement.cs
- VirtualDirectoryMapping.cs
- EdmConstants.cs
- ThicknessAnimationBase.cs
- Activity.cs
- Privilege.cs
- MetadataPropertyvalue.cs
- TreeViewBindingsEditor.cs
- DeferredElementTreeState.cs
- securestring.cs
- oledbmetadatacolumnnames.cs
- WeakEventManager.cs
- IntSecurity.cs
- RequestCache.cs
- AutomationElementCollection.cs
- embossbitmapeffect.cs
- CommonRemoteMemoryBlock.cs
- PathGradientBrush.cs
- NavigationCommands.cs
- securitycriticaldataformultiplegetandset.cs
- DaylightTime.cs
- ArraySortHelper.cs
- PingOptions.cs
- PerfProviderCollection.cs
- SoundPlayer.cs
- UpdatePanelTrigger.cs
- TimeSpan.cs
- StateMachineWorkflow.cs
- Compiler.cs
- ObjectConverter.cs
- Matrix3D.cs
- StyleModeStack.cs
- ToolStripDesigner.cs
- ServerType.cs
- Restrictions.cs
- ReflectTypeDescriptionProvider.cs
- MetadataArtifactLoaderComposite.cs
- TcpHostedTransportConfiguration.cs
- GcHandle.cs
- SoapFormatter.cs
- DrawListViewColumnHeaderEventArgs.cs
- ExecutionContext.cs
- DataBoundControl.cs
- DropDownList.cs
- VerificationAttribute.cs
- StringWriter.cs
- ButtonRenderer.cs
- MediaPlayer.cs
- Matrix3DConverter.cs
- MessageFilterException.cs
- _ConnectStream.cs