Summary
Appends the full name of a `member` as it would appear in C# code.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- UltEventUtils
Syntax
public static StringBuilder AppendNameCS(this StringBuilder text, MemberInfo member, bool fullName = true)
Remarks
For example, passing this method info in as its own parameter would append "
UltEvents.UltEventUtils
.AppendName".
Note that when `member` is a System.Type
, this method calls UltEvents.UltEventUtils.GetNameCS(System.Type,System.Boolean)
instead.
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
member | MemberInfo | |
fullName | bool |
Return Value
Type | Description |
---|---|
StringBuilder |