AbstractToYield.CanBeExtended.CanHazAnOut C# (CSharp) Method

CanHazAnOut() public method

public CanHazAnOut ( string &thing ) : void
thing string
return void
        public void CanHazAnOut(out string thing)
        {
            thing = "Compile error if I don't set thing";
        }