public void WithElements(
IEnumerable<T> elements
)Public Sub WithElements (
elements As IEnumerable(Of T)
)
Dim instance As PaySDKMstiList
Dim elements As IEnumerable(Of T)
instance.WithElements(elements)public:
void WithElements(
IEnumerable<T>^ elements
)