Method Func
Func(Func<int>)
Creates a function Dim object that computes the dimension by executing the provided function. The function will be called every time the dimension is needed.
public static Dim Func(Func<int> function)
Creates a function Dim object that computes the dimension by executing the provided function. The function will be called every time the dimension is needed.
public static Dim Func(Func<int> function)