Spark.Mid.MidBuiltinType.GenericApp C# (CSharp) 메소드

GenericApp() 공개 메소드

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