Click or drag to resize

TypeRefFind Method

Overload List
  NameDescription
Public methodStatic memberFind(Type, String, Boolean)
Find a nested type in the specified Type with the specified name.
Public methodStatic memberFind(Alias, String, Boolean)
Find a type in the specified type or namespace Alias with the specified name.
Public methodStatic memberFind(Namespace, String, Boolean)
Find a type in the specified Namespace with the specified name.
Public methodStatic memberFind(SymbolicRef, String, Boolean)
Find a type in the specified NamespaceRef or TypeRefBase with the specified name.
Public methodStatic memberFind(TypeDecl, String, Boolean)
Find a nested type in the specified TypeDecl with the specified name.
Top
See Also