Baku.LibqiDotNet.QiApi.QiApiValue.SetMap C# (CSharp) Method

SetMap() static private method

static private SetMap ( QiValue container, QiValue key, QiValue element ) : bool
container QiValue
key QiValue
element QiValue
return bool
        internal static bool SetMap(QiValue container, QiValue key, QiValue element)
            => Convert.ToBoolean(qi_value_map_set(container.Handle, key.Handle, element.Handle));