ArgIterator.GetRemainingCount 方法
定义
返回参数列表中剩余参数的个数。Returns the number of arguments remaining in the argument list.
public:
int GetRemainingCount();
public int GetRemainingCount ();
member this.GetRemainingCount : unit -> int
Public Function GetRemainingCount () As Integer
返回
剩余参数的个数。The number of remaining arguments.