'Declaration
Public Sub GenerateUILayout( _ ByVal startIndex As Integer, _ ByVal endIndex As Integer, _ ByVal isRow As Boolean, _ ByVal callback As Action(Of Integer,Integer,Integer,Boolean,MergePolicy) _ )
'Usage
Dim instance As LayoutManager Dim startIndex As Integer Dim endIndex As Integer Dim isRow As Boolean Dim callback As Action(Of Integer,Integer,Integer,Boolean,MergePolicy) instance.GenerateUILayout(startIndex, endIndex, isRow, callback)
public void GenerateUILayout( int startIndex, int endIndex, bool isRow, Action<int,int,int,bool,MergePolicy> callback )
Parameters
- startIndex
- endIndex
- isRow
- callback