Method | Description | |
---|---|---|
GetAttributeLogFilter ( this @this, string name, bool fallbackToUndefined ) : LogFilter? |
Reads a LogFilter.
|
|
GetRequiredAttributeLogFilter ( this @this, string name ) : |
Reads a LogFilter that must exist.
|
static public GetAttributeLogFilter ( this @this, string name, bool fallbackToUndefined ) : LogFilter? | ||
@this | this | |
name | string | Name of the attribute. |
fallbackToUndefined | bool | True to return |
return | LogFilter? |
static public GetRequiredAttributeLogFilter ( this @this, string name ) : |
||
@this | this | |
name | string | Name of the attribute. |
return |