프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_InnerList | IList |
메소드 | 설명 | |
---|---|---|
Add ( object value ) : int | ||
Clear ( ) : void | ||
Contains ( object value ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( object value ) : int | ||
Insert ( int index, object value ) : void | ||
ListWrapper ( IList innerList ) : System.Runtime.InteropServices | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : object |
public CopyTo ( |
||
array | ||
index | int | |
리턴 | void |
public ListWrapper ( IList innerList ) : System.Runtime.InteropServices | ||
innerList | IList | |
리턴 | System.Runtime.InteropServices |