Fan.Sys.Service_.find C# (CSharp) Méthode

find() public static méthode

public static find ( Type t ) : Service
t Type
Résultat Service
        public static Service find(Type t)
        {
            return find(t.qname(), true);
        }

Same methods

Service_::find ( Type t, bool check ) : Service
Service_::find ( string qname, bool check ) : Service