Пример #1
0
 public override async Task <RuntimeValue> GetElementAsync(uint index)
 {
     return((m_value == null) ? null : await m_value.GetElementAsync(index).ConfigureAwait(false));
 }
 public override async Task<RuntimeValue> GetElementAsync(uint index)
 {
     return (m_value == null) ? null : await m_value.GetElementAsync(index);
 }