BroTypeExtensions Methods |
The BroTypeExtensions type exposes the following members.
Name | Description | |
---|---|---|
IsEnumerableType |
Determines if BroType is an IEnumerable type.
|
|
IsOpaqueType |
Determines if BroType is an opaque reference-type.
|
|
IsReferenceType |
Determines if BroType is a reference-type (from perspective of BroccoliSharp library not Broccoli API).
|
|
IsUnsupportedType |
Determines if BroType is a currently unsupported type.
|
|
IsValueType |
Determines if BroType is a value-type (from perspective of BroccoliSharp library not Broccoli API).
|