Type.IsByRefImpl Método
Definição
protected:
abstract bool IsByRefImpl();
protected abstract bool IsByRefImpl ();
abstract member IsByRefImpl : unit -> bool
Protected MustOverride Function IsByRefImpl () As Boolean
Retornos
true se o Type for aprovado por referência; caso contrário, false.true if the Type is passed by reference; otherwise, false.