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

App() public method

public App ( SourceRange range, IEnumerable args ) : MidExp
range SourceRange
args IEnumerable
return MidExp
        public MidExp App(
            SourceRange range,
            IEnumerable<MidVal> args)
        {
            throw new NotImplementedException();
        }