public bool TryGetEntity(
NetForumId id,
out T entity
)
Public Function TryGetEntity (
id As NetForumId,
<OutAttribute> ByRef entity As T
) As Boolean
public:
bool TryGetEntity(
NetForumId^ id,
[OutAttribute] T% entity
)
member TryGetEntity :
id : NetForumId *
entity : 'T byref -> bool