Spark.Mid.MidBuiltinType.GenericApp C# (CSharp) Method

GenericApp() public method

public GenericApp ( IEnumerable args ) : IMidMemberRef
args IEnumerable
return IMidMemberRef
        public IMidMemberRef GenericApp(IEnumerable<object> args)
        {
            throw new NotImplementedException();
        }