Click or drag to resize
BroccoliSharp BroTypeExtensions Methods

The BroTypeExtensions type exposes the following members.

Methods
  Name Description
Public method Static member IsEnumerableType
Determines if BroType is an IEnumerable type.
Public method Static member IsOpaqueType
Determines if BroType is an opaque reference-type.
Public method Static member IsReferenceType
Determines if BroType is a reference-type (from perspective of BroccoliSharp library not Broccoli API).
Public method Static member IsUnsupportedType
Determines if BroType is a currently unsupported type.
Public method Static member IsValueType
Determines if BroType is a value-type (from perspective of BroccoliSharp library not Broccoli API).
Top
See Also