Fan.Sys.Future.@typeof C# (CSharp) Méthode

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type
        public override Type @typeof()
        {
            if (m_type == null) m_type = Type.find("concurrent::Future");
              return m_type;
        }