Fan.Sys.Future.@typeof C# (CSharp) Method

@typeof() public method

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