1 write to content
System.Xml (1)
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
35
set {
content
= value; }
6 references to content
System.Xml (6)
System\Xml\Schema\XmlSchemaSimpleType.cs (6)
34
get { return
content
; }
40
if (
content
== null) {
44
if (
content
is XmlSchemaSimpleTypeRestriction) {
45
return ((XmlSchemaSimpleTypeRestriction)
content
).BaseTypeName;
53
if (
content
!= null) {
54
newSimpleType.Content = (XmlSchemaSimpleTypeContent)
content
.Clone();