﻿class System.Collections.ObjectModel.Collection<T> : IList<T>  
	arrayitemtype T
	java java.util.ArrayList
	python list
	js Array
	php service MyList
	rust service NList
	rustref service NListRef
	rustprim service NListPrim

.ctor()
	java =
	python hardcode ListCtorPython
	js =
	php =
	rust NList::new()
	rustref NListRef::new()
	rustprim NListPrim::new()

.ctor(IEnumerable<T>)
	java hardcode ListCtorCollectionJava
	python hardcode ListCtorCollectionPython
	js =
	php =


