Click or drag to resize

PropertyRefFind Method

Overload List
  NameDescription
Public methodStatic memberFind(Type, String, Boolean)
Find a property on the specified Type with the specified name.
Public methodStatic memberFind(Alias, String, Boolean)
Find a property on the specified type Alias with the specified name.
Public methodStatic memberFind(TypeDecl, String, Boolean)
Find a property on the specified TypeDecl with the specified name.
Public methodStatic memberFind(TypeDefinition, String, Boolean)
Find a property on the specified TypeDefinition with the specified name.
Public methodStatic memberFind(TypeRefBase, String, Boolean)
Find a property on the specified TypeRefBase with the specified name.
Top
See Also