Class BaseParameter<TEnum>

Definition

Namespace:
Tizen.Security.TEEC
Assembly:
Tizen.Security.TEEC.dll
API Level:
3

This type defines a template for the parameter types.

C#
Copy
public abstract class BaseParameter<TEnum> : Parameter where TEnum : struct, IComparable, IFormattable, IConvertible
Inheritance
System.Object
BaseParameter<TEnum>
Derived

Properties

View Source

Type

This property represents the access type to this parameter.

Declaration
C#
Copy
public TEnum Type { get; }
Property Value
Type Description
TEnum
API Level: 3