TypeDelegator.GetNestedTypes(BindingFlags) Método

Definição

Devolve os tipos aninhados especificados em bindingAttr que são declarados ou herdados pelo tipo envolto pelo atual TypeDelegator.

public:
 override cli::array <Type ^> ^ GetNestedTypes(System::Reflection::BindingFlags bindingAttr);
public override Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr);
override this.GetNestedTypes : System.Reflection.BindingFlags -> Type[]
Public Overrides Function GetNestedTypes (bindingAttr As BindingFlags) As Type()

Parâmetros

bindingAttr
BindingFlags

Uma máscara de bits que afeta a forma como a pesquisa é realizada. O valor é uma combinação de zero ou mais flags de bits de BindingFlags.

Devoluções

Type[]

Um array de tipos Type contendo os tipos aninhados.

Aplica-se a