DistributedVector<T>.TryEnsureWritable Method
public override bool TryEnsureWritable()
Public Overrides Function TryEnsureWritable As Boolean
public:
virtual bool TryEnsureWritable() override
abstract TryEnsureWritable : unit -> bool
override TryEnsureWritable : unit -> bool
Return Value
Boolean
public override bool TryEnsureWritable(
int index
)
Public Overrides Function TryEnsureWritable (
index As Integer
) As Boolean
public:
virtual bool TryEnsureWritable(
int index
) override
abstract TryEnsureWritable :
index : int -> bool
override TryEnsureWritable :
index : int -> bool
- index Int32
-
Boolean
public override bool TryEnsureWritable(
int startIndex,
int endIndex
)
Public Overrides Function TryEnsureWritable (
startIndex As Integer,
endIndex As Integer
) As Boolean
public:
virtual bool TryEnsureWritable(
int startIndex,
int endIndex
) override
abstract TryEnsureWritable :
startIndex : int *
endIndex : int -> bool
override TryEnsureWritable :
startIndex : int *
endIndex : int -> bool
- startIndex Int32
-
- endIndex Int32
-
Boolean