Class XamlNodeList
Inheritance
System.Object
XamlNodeList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Xaml
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlNodeList
Constructors
| Improve this Doc View SourceXamlNodeList(XamlSchemaContext)
Declaration
public XamlNodeList(XamlSchemaContext schemaContext)
Parameters
Type | Name | Description |
---|---|---|
XamlSchemaContext | schemaContext |
XamlNodeList(XamlSchemaContext, Int32)
Declaration
public XamlNodeList(XamlSchemaContext schemaContext, int size)
Parameters
Type | Name | Description |
---|---|---|
XamlSchemaContext | schemaContext | |
System.Int32 | size |
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Writer
Declaration
public XamlWriter Writer { get; }
Property Value
Type | Description |
---|---|
XamlWriter |
Methods
| Improve this Doc View SourceClear()
Declaration
public void Clear()
GetReader()
Declaration
public XamlReader GetReader()
Returns
Type | Description |
---|---|
XamlReader |