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