Otp.Erlang.List.List C# (CSharp) Method

List() public method

public List ( ) : System
return System
        public List()
        {
            this.elems = null; // empty list
        }

Same methods

List::List ( Object elem ) : System
List::List ( Object elems, int start, int count ) : System
List::List ( OtpInputStream buf ) : System
List::List ( System str ) : System