ITcArgumentEntry

This interface describes an argument.

Syntax

public interface ITcArgumentEntry

ITcArgumentEntry 1: Methods

Name

Modifier

Return type

Description

Get

public virtual

dynamic

Returns the value as a dynamic type.

GetBoolean

public virtual

bool

Returns the value as Boolean.

GetDouble

public virtual

void

Returns the value as Double.

GetFloat

public virtual

float

Returns the value as Float.

GetInt16

public virtual

short

Returns the value as Short.

GetInt32

public virtual

int

Returns the value as Int.

GetInt64

public virtual

long

Returns the value as Long.

GetInt8

public virtual

sbyte

Returns the value as SByte.

GetString

public virtual

string

Returns the value as String.

GetUInt16

public virtual

ushort

Returns the value as UShort.

GetUInt32

public virtual

uint

Returns the value as UInt.

GetUInt64

public virtual

ulong

Returns the value as ULong.

GetUInt8

public virtual

byte

Returns the value as Byte.

Set

public virtual

void

Sets the value.