Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DataServiceException.cs
- MarshalByValueComponent.cs
- Cursor.cs
- ContainerUIElement3D.cs
- ResizeBehavior.cs
- ImageConverter.cs
- PeerUnsafeNativeCryptMethods.cs
- RequestStatusBarUpdateEventArgs.cs
- newitemfactory.cs
- TreeNode.cs
- SafeSecurityHelper.cs
- DynamicQueryableWrapper.cs
- WriteableBitmap.cs
- GraphicsContainer.cs
- NamespaceMapping.cs
- FormattedTextSymbols.cs
- HostExecutionContextManager.cs
- SoapSchemaMember.cs
- EllipticalNodeOperations.cs
- TargetPerspective.cs
- HttpServerVarsCollection.cs
- ReliabilityContractAttribute.cs
- RelOps.cs
- ErasingStroke.cs
- SchemaRegistration.cs
- Stack.cs
- ByteStorage.cs
- _SSPISessionCache.cs
- StrokeDescriptor.cs
- Freezable.cs
- RenderCapability.cs
- OperationCanceledException.cs
- TraceShell.cs
- GroupDescription.cs
- IdnElement.cs
- CancelEventArgs.cs
- OciLobLocator.cs
- DiscardableAttribute.cs
- WebPartConnectionsDisconnectVerb.cs
- MonitorWrapper.cs
- ProcessModelInfo.cs
- SqlDeflator.cs
- IndexOutOfRangeException.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- FilteredXmlReader.cs
- KeyboardDevice.cs
- FontStyle.cs
- InertiaTranslationBehavior.cs
- Identifier.cs
- XmlArrayItemAttributes.cs
- Renderer.cs
- PackageProperties.cs
- AttributeCollection.cs
- IPAddress.cs
- HttpResponse.cs
- WithParamAction.cs
- BehaviorEditorPart.cs
- TabControlCancelEvent.cs
- Calendar.cs
- TableHeaderCell.cs
- BrowserInteropHelper.cs
- UnsafeNativeMethods.cs
- StreamUpgradeAcceptor.cs
- ObfuscationAttribute.cs
- M3DUtil.cs
- ScalarOps.cs
- complextypematerializer.cs
- XmlSchemaValidator.cs
- VectorAnimationUsingKeyFrames.cs
- ProcessInfo.cs
- DataGridDetailsPresenterAutomationPeer.cs
- InfoCardMasterKey.cs
- XsltSettings.cs
- StorageBasedPackageProperties.cs
- UnsafeNativeMethods.cs
- CombinedGeometry.cs
- CheckedListBox.cs
- HierarchicalDataBoundControlAdapter.cs
- DataGridViewImageColumn.cs
- Int32KeyFrameCollection.cs
- Matrix3DStack.cs
- XsdDateTime.cs
- ResolveMatchesMessage11.cs
- ServiceSettingsResponseInfo.cs
- RSAPKCS1SignatureFormatter.cs
- SystemEvents.cs
- httpapplicationstate.cs
- Itemizer.cs
- LinkGrep.cs
- HMACSHA384.cs
- TextFormatterHost.cs
- SkewTransform.cs
- BindingBase.cs
- InternalControlCollection.cs
- EventDescriptor.cs
- ThreadInterruptedException.cs
- OneOf.cs
- DayRenderEvent.cs
- GeometryModel3D.cs
- Win32SafeHandles.cs