NetLib.Identifier.Identifier C# (CSharp) Method

Identifier() public method

public Identifier ( string username, int Id ) : System
username string
Id int
return System
        public Identifier(string username, int Id)
        {
            Username = username;
            this.Id = Id;
        }