Gnome.Gnome C# (CSharp) Method

Gnome() private method

private Gnome ( double weight, int height ) : System
weight double
height int
return System
    private Gnome(double weight, int height)
    {
        throw new NotImplementedException();
    }
}