ProtocolSocketFindAspectT Method |
Returns an aspect of the given type, or return null.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic T FindAspect<T>()
where T : class
Type Parameters
- T
- The type of the aspect.
Return Value
TThe aspect or null.
See Also