PropertyRefFind Method (Alias, String, Boolean) |
Find a property on the specified type
Alias with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static SymbolicRef Find(
Alias typeAlias,
string name,
bool isFirstOnLine = false
)
Parameters
- typeAlias
- Type: Nova.CodeDOMAlias
- name
- Type: SystemString
- isFirstOnLine (Optional)
- Type: SystemBoolean
Return Value
Type:
SymbolicRefA
PropertyRef to the property, or an
UnresolvedRef if no match was found.
See Also