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