Class PropertyValueList
Inheritance
PropertyValueList
Syntax
[Serializable]
public class PropertyValueList
Constructors
PropertyValueList(int)
Declaration
public PropertyValueList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
PropertyValueList(PropertyValue[])
Declaration
public PropertyValueList(PropertyValue[] tab)
Parameters
Fields
list
Declaration
public PropertyValue[] list
Field Value
Properties
this[int]
Declaration
public PropertyValue this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator PropertyValue[](PropertyValueList)
Declaration
public static implicit operator PropertyValue[](PropertyValueList o)
Parameters
Returns