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