본문으로 건너뛰기

LastIndexOf

Overloads

NameDescription
LastIndexOf(string key)Last Index Of
LastIndexOf(string key, int index)Last Index Of
LastIndexOf(string key, int index, int count)Last Index Of

LastIndexOf(string key)

public int LastIndexOf(string key)

Last Index Of

Parameters

NameTypeDescription
keystringKey

Returns

TypeDescription
intKey Index

LastIndexOf(string key, int index)

public int LastIndexOf(string key, int index)

Last Index Of

Parameters

NameTypeDescription
keystringKey
indexintIndex

Returns

TypeDescription
intKey Index

LastIndexOf(string key, int index, int count)

public int LastIndexOf(string key, int index, int count)

Last Index Of

Parameters

NameTypeDescription
keystringKey
indexintIndex
countintCount

Returns

TypeDescription
intKey Index