Click or drag to resize

TypeRefResolveRef Method

Overload List
  NameDescription
Public methodResolveRef(String, Resolver)
Resolve child code objects that match the specified name.
(Overrides ExpressionResolveRef(String, Resolver).)
Public methodStatic memberResolveRef(Type, String, Resolver)
Resolve child code objects in the specified Type that match the specified name.
Public methodStatic memberResolveRef(TypeRef, String, Resolver)
Resolve child code objects in the specified TypeRef that match the specified name.
Public methodStatic memberResolveRef(TypeReference, String, Resolver)
Resolve child code objects in the specified TypeReference that match the specified name.
Top
See Also