Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to remove from list from index c#

List.Remove("ElementTypeAndValue");
// Or remove from index using:
List.Remove(List[index]);
 
PREVIOUS NEXT
Tagged: #remove #list #index
ADD COMMENT
Topic
Name
2+2 =