InputEntry<(Of <(<'T>)>)> Class
Represents an abstract class for input entry with a specified type.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public abstract class InputEntry<T> : IInputEntry<T>
Type Parameters
- T
- The type of the input value.