Method GetDataBuilder
GetDataBuilder(int)
Get The data builder at a specifc index.
선언
public IDataBuilder GetDataBuilder(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | The index of the builder. |
반환
타입 | 설명 |
---|---|
IDataBuilder | The data builder at the specified index. |