nHydrate.Generator.Models.ModelRoot.SetKey C# (CSharp) Method

SetKey() public method

public SetKey ( string newKey ) : void
newKey string
return void
        public void SetKey(string newKey)
        {
            _key = newKey;
        }