AbstractToYield.CanBeExtended.CanHazARef C# (CSharp) Method

CanHazARef() public method

public CanHazARef ( string &thing ) : void
thing string
return void
        public void CanHazARef(ref string thing)
        {
            // Don't have to write to thing
        }