Property | Type | Description | |
---|---|---|---|
DataTransferItemList | System.Collections.Generic | ||
GetEnumerator | IEnumerator |
||
this |
Method | Description | |
---|---|---|
Add ( |
||
Add ( string data, string type ) : |
||
Clear ( ) : void | ||
Remove ( int index ) : void |
Method | Description | |
---|---|---|
DataTransferItemList ( ) : System.Collections.Generic | ||
GetEnumerator ( ) : IEnumerator |
||
this ( int index ) : |
public Add ( |
||
data | ||
return |
public Add ( string data, string type ) : |
||
data | string | |
type | string | |
return |