nHydrate.Generator.Models.ModelRoot.SetKey C# (CSharp) 메소드

SetKey() 공개 메소드

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