'DeclarationPublic Function CreateExecutionObjects() As System.Collections.Generic.List(Of Object)
'UsageDim instance As ElementCollection Dim value As System.Collections.Generic.List(Of Object) value = instance.CreateExecutionObjects()
public System.Collections.Generic.List<object> CreateExecutionObjects()