FindAll() static private method

static private FindAll ( Type type ) : object[]
type System.Type
return object[]
Exemplo n.º 1
0
 private IList PerformFindAll()
 {
     return(CommonOperationUtils.FindAll(Model.Type));
 }