Interface IKNetInnerReference<T>
Defines a way to retrieve the underlying inner reference used from KNet object instance
public interface IKNetInnerReference<T>
Type Parameters
TThe inner reference type
Properties
InnerReference
The underlying inner reference used from KNet object instance
T InnerReference { get; }
Property Value
- T