Guards.Guards C# (CSharp) Method

Guards() public method

public Guards ( string name )
name string
    public Guards(string name) => _name = name;
Guards