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