Return true if the given type is a simple type (i.e. not a List or Tuple type).

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool IsSimpleType(
	DataType t
)
Public Shared Function IsSimpleType ( _
	t As DataType _
) As Boolean
public:
static bool IsSimpleType(
	DataType^ t
)

Parameters

t
DataType

See Also