[This is preliminary documentation and is subject to change.]
Initializes a new instance that is empty and has the specified initial capacity.
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public EventedList(
TContext context,
bool contextReadOnly,
int capacity
)
public EventedList(
TContext context,
bool contextReadOnly,
int capacity
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
capacity As Integer
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
capacity As Integer
)
public:
EventedList(
TContext context,
bool contextReadOnly,
int capacity
)
public:
EventedList(
TContext context,
bool contextReadOnly,
int capacity
)
new :
context : 'TContext *
contextReadOnly : bool *
capacity : int -> EventedList
new :
context : 'TContext *
contextReadOnly : bool *
capacity : int -> EventedList