C# Class UFListExtensions, uFrame.Editor

显示文件 Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
Move ( this list, int iIndexToMove, bool up = true ) : void

Method Details

Move() public static method

public static Move ( this list, int iIndexToMove, bool up = true ) : void
list this
iIndexToMove int
up bool
return void