Spark.Mid.MidStructRef.GenericApp C# (CSharp) Méthode

GenericApp() public méthode

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