IMap
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.builtin
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
GetLen
method GetLen: Int32
Int32 GetLen()
func GetLen() -> Int32
func GetLen() Int32
Function GetLen() As Int32
GetReflectKeys
method GetReflectKeys: Slice<Value>
Slice<Value> GetReflectKeys()
func GetReflectKeys() -> Slice<Value>
func GetReflectKeys() Slice<Value>
Function GetReflectKeys() As Slice<Value>
GetReflectSequence
method GetReflectSequence: IEnumerable<tuple of (Value, Value)>
IEnumerable<tuple of (Value, Value)> GetReflectSequence()
func GetReflectSequence() -> IEnumerable<tuple of (Value, Value)>
func GetReflectSequence() IEnumerable<tuple of (Value, Value)>
Function GetReflectSequence() As IEnumerable<tuple of (Value, Value)>
GetReflectValue
method GetReflectValue(aKey: Value): Value
Value GetReflectValue(Value aKey)
func GetReflectValue(_ aKey: Value) -> Value
func GetReflectValue(aKey Value) Value
Function GetReflectValue(aKey As Value) As Value
Parameters:
- aKey:
SetReflectKeyValue
method SetReflectKeyValue(aKey: Value; aValue: Value)
void SetReflectKeyValue(Value aKey, Value aValue)
func SetReflectKeyValue(_ aKey: Value, _ aValue: Value)
// .NET, .NET Standard 2.0
func SetReflectKeyValue(aKey Value, aValue Value)
// Island
func SetReflectKeyValue(aKey Value, aValue Value) void
Sub SetReflectKeyValue(aKey As Value, aValue As Value)
Parameters:
- aKey:
- aValue: