Method TryGetDisplayContent
TryGetDisplayContent<T>(out T)
Tries to get the target of the content as an instance of type
Declaration
public readonly bool TryGetDisplayContent<T>(out T content)
Parameters
Type | Name | Description |
---|---|---|
T | content | The content, if it succeeds; langword_csharp_default otherwise. |
Returns
Type | Description |
---|---|
Boolean |
Type Parameters
Name | Description |
---|---|
T | The type of the content. |