Class Block
Represent a block.
Inheritance
System.Object
    Block
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Block : IXmlSerializableProperties
Active
Gets or sets the active count.
Declaration
public int Active { get; set; }Property Value
| System.Int32 
 | 
Count
Gets or sets the count.
Declaration
public int Count { get; set; }Property Value
| System.Int32 
 | 
Methods
GetSchema()
Declaration
public XmlSchema GetSchema()Returns
| XmlSchema 
 | 
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)Parameters
| XmlReader
        reader 
 | 
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)Parameters
| XmlWriter
        writer 
 |