ShouldShouldBeArray Method
Namespace: Firefly.Box.TestingAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static void ShouldBeArray(
this IEnumerable value,
IEnumerable expected
)
<ExtensionAttribute>
Public Shared Sub ShouldBeArray (
value As IEnumerable,
expected As IEnumerable
)
[<ExtensionAttribute>]
static member ShouldBeArray :
value : IEnumerable *
expected : IEnumerable -> unit
- value IEnumerable
-
- expected IEnumerable
-
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable. 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).