Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleContent.cs / 1305376 / 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
- C14NUtil.cs
- SafeBitVector32.cs
- DataGridTablesFactory.cs
- SafeThreadHandle.cs
- ObjectConverter.cs
- ClusterSafeNativeMethods.cs
- ApplicationSecurityInfo.cs
- OleDbRowUpdatedEvent.cs
- ToolTip.cs
- BitmapCacheBrush.cs
- ValidationHelper.cs
- FontNamesConverter.cs
- DocumentPageTextView.cs
- AttributeEmitter.cs
- ExceptionTrace.cs
- DataGridViewRowPrePaintEventArgs.cs
- ExpressionConverter.cs
- BaseServiceProvider.cs
- AsyncCallback.cs
- WebPart.cs
- XpsS0ValidatingLoader.cs
- OleDbPermission.cs
- BitmapCache.cs
- StyleXamlParser.cs
- DictionaryGlobals.cs
- ConfigDefinitionUpdates.cs
- ISO2022Encoding.cs
- METAHEADER.cs
- TextRangeEditLists.cs
- WebPageTraceListener.cs
- Label.cs
- DataGridViewColumnCollection.cs
- SlotInfo.cs
- SectionXmlInfo.cs
- InstanceOwnerException.cs
- MethodCallTranslator.cs
- CacheVirtualItemsEvent.cs
- BindingWorker.cs
- XmlRawWriterWrapper.cs
- DuplexSecurityProtocolFactory.cs
- DataServiceContext.cs
- WebPartActionVerb.cs
- EnumerableWrapperWeakToStrong.cs
- DSASignatureDeformatter.cs
- OdbcEnvironmentHandle.cs
- DataGridViewTopRowAccessibleObject.cs
- PeerNearMe.cs
- BitmapEffectGroup.cs
- TypeSemantics.cs
- PropertyTab.cs
- AssociationTypeEmitter.cs
- RoleManagerSection.cs
- SmtpSection.cs
- RoutedCommand.cs
- UnauthorizedWebPart.cs
- TableRowGroup.cs
- BitmapEffect.cs
- Sentence.cs
- StringToken.cs
- MultipleCopiesCollection.cs
- DataStreamFromComStream.cs
- columnmapfactory.cs
- ArrangedElement.cs
- TreeViewEvent.cs
- CompareInfo.cs
- ChannelManager.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ToolboxDataAttribute.cs
- CompiledELinqQueryState.cs
- TemplatedWizardStep.cs
- ClaimTypes.cs
- XmlSchemaComplexContentRestriction.cs
- DrawingCollection.cs
- PolicyValidationException.cs
- AuthenticationConfig.cs
- TextTreeInsertUndoUnit.cs
- InfocardExtendedInformationEntry.cs
- DefaultWorkflowSchedulerService.cs
- WebPartCloseVerb.cs
- SqlMultiplexer.cs
- ProfileEventArgs.cs
- OracleCommandSet.cs
- MemoryFailPoint.cs
- DataGridRowAutomationPeer.cs
- Vector3DCollectionConverter.cs
- sqlinternaltransaction.cs
- IPPacketInformation.cs
- SchemaNamespaceManager.cs
- WebContext.cs
- BaseParagraph.cs
- ContentElementAutomationPeer.cs
- HtmlMeta.cs
- PrimitiveType.cs
- StringReader.cs
- RegistryConfigurationProvider.cs
- TrackingAnnotationCollection.cs
- CompositeActivityCodeGenerator.cs
- ArcSegment.cs
- GetPolicyDetailsRequest.cs
- Visual3D.cs