Boo.Lang.Compiler.TypeSystem.ExternalCallableType.ExternalCallableType C# (CSharp) Méthode

ExternalCallableType() private méthode

private ExternalCallableType ( TypeSystemServices typeSystemServices, Type type ) : System
typeSystemServices TypeSystemServices
type System.Type
Résultat System
        internal ExternalCallableType(TypeSystemServices typeSystemServices, Type type)
            : base(typeSystemServices, type)
        {
            _invoke = typeSystemServices.Map(type.GetMethod("Invoke"));
        }