ICollection_1
cs.system.collections.generic.ICollection_1 (extern interface) → cs.system.collections.objectmodel.ReadOnlyCollection_1
Instance Members
IsReadOnly: Bool
Count: Int
Add(item: cs.system.collections.generic.ICollection_1.T0): Void
Name | Type |
---|---|
item |
cs.system.collections.generic.ICollection_1.T0 |
Clear(): Void
Contains(item: cs.system.collections.generic.ICollection_1.T0): Bool
Name | Type |
---|---|
item |
cs.system.collections.generic.ICollection_1.T0 |
Returns |
---|
Bool |
CopyTo(array: cs.NativeArray<cs.system.collections.generic.ICollection_1.T0>, arrayIndex: Int): Void
Name | Type |
---|---|
array |
cs.NativeArray<cs.system.collections.generic.ICollection_1.T0> |
arrayIndex |
Int |
Remove(item: cs.system.collections.generic.ICollection_1.T0): Bool
Name | Type |
---|---|
item |
cs.system.collections.generic.ICollection_1.T0 |
Returns |
---|
Bool |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |