ATMLWorkBench.model.End.End C# (CSharp) Method

End() public method

public End ( List &statements, int &index ) : System
statements List
index int
return System
        public End(ref List<String> statements, ref int index)
            : base(ref statements, ref index)
        {
        }
End