Constructor DimFunc
DimFunc(Func<int>)
Represents a function Dim object that computes the dimension by executing the provided function.
public DimFunc(Func<int> Fn)
Parameters
Fn
Func<int>The function that computes the dimension. If this function throws LayoutException...