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
- AnnotationAdorner.cs
- InfoCardKeyedHashAlgorithm.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ColorMatrix.cs
- ListItemsCollectionEditor.cs
- DataControlFieldCell.cs
- WindowsFormsHostAutomationPeer.cs
- SessionStateSection.cs
- JpegBitmapEncoder.cs
- ContentFilePart.cs
- SamlConstants.cs
- ExceptionRoutedEventArgs.cs
- WebBaseEventKeyComparer.cs
- BrowserCapabilitiesFactory.cs
- MembershipUser.cs
- SignedXml.cs
- TextSelectionProcessor.cs
- ReceiveContextCollection.cs
- DataListCommandEventArgs.cs
- BitmapImage.cs
- NetMsmqBinding.cs
- ButtonStandardAdapter.cs
- ConnectionConsumerAttribute.cs
- ConfigXmlSignificantWhitespace.cs
- DesignerCategoryAttribute.cs
- RelativeSource.cs
- HtmlImage.cs
- Ipv6Element.cs
- LocatorPartList.cs
- UnicastIPAddressInformationCollection.cs
- xsdvalidator.cs
- RightsManagementInformation.cs
- TdsParameterSetter.cs
- Intellisense.cs
- ProfilePropertySettings.cs
- FixedFindEngine.cs
- FaultImportOptions.cs
- followingsibling.cs
- SqlWriter.cs
- VisualStyleElement.cs
- AutoResetEvent.cs
- ProxyGenerator.cs
- DBParameter.cs
- AnimationLayer.cs
- WebBrowserEvent.cs
- WindowsToolbar.cs
- NetworkInterface.cs
- MemoryFailPoint.cs
- ObjectListFieldsPage.cs
- Decorator.cs
- panel.cs
- ServicePointManager.cs
- SqlEnums.cs
- HtmlInputControl.cs
- XmlNamedNodeMap.cs
- BatchServiceHost.cs
- TypeConverterHelper.cs
- ProcessHostServerConfig.cs
- SerializableAttribute.cs
- namescope.cs
- GenericEnumConverter.cs
- TransactionManager.cs
- MultiDataTrigger.cs
- DocumentReference.cs
- TextContainer.cs
- SyntaxCheck.cs
- TypeUtil.cs
- FontCollection.cs
- ExpressionBindingsDialog.cs
- CollectionAdapters.cs
- MenuScrollingVisibilityConverter.cs
- KnowledgeBase.cs
- ScriptingProfileServiceSection.cs
- OutOfProcStateClientManager.cs
- MemoryRecordBuffer.cs
- LicFileLicenseProvider.cs
- TypeExtensions.cs
- SerialStream.cs
- ColumnMapCopier.cs
- DefaultBindingPropertyAttribute.cs
- Tuple.cs
- Aggregates.cs
- ContractReference.cs
- EnumType.cs
- PageContent.cs
- Win32.cs
- DynamicUpdateCommand.cs
- HighlightComponent.cs
- XmlNavigatorStack.cs
- XmlSerializerVersionAttribute.cs
- ValidationErrorCollection.cs
- UInt32.cs
- GenerateTemporaryAssemblyTask.cs
- UnaryNode.cs
- Activator.cs
- WebServiceAttribute.cs
- CapabilitiesState.cs
- TransformerConfigurationWizardBase.cs
- XmlSecureResolver.cs
- FormViewInsertedEventArgs.cs