Class BaseParameter<TEnum>
Definition
- Assembly:
- Tizen.Security.TEEC.dll
This type defines a template for the parameter types.
public abstract class BaseParameter<TEnum> : Parameter where TEnum : struct, IComparable, IFormattable, IConvertible
- Inheritance
- Derived
Properties
View SourceType
This property represents the access type to this parameter.
Declaration
public TEnum Type { get; }
Property Value
Type | Description |
---|---|
TEnum |