Click or drag to resize
BroccoliSharp BroTypeExtensionsIsOpaqueType Method
Determines if BroType is an opaque reference-type.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static bool IsOpaqueType(
	this BroType type
)

Parameters

type
Type: BroccoliSharpBroType
Bro type to test.

Return Value

Type: Boolean
true if Bro type is an opaque reference-type; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BroType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also