AbstractToYield.CanBeExtended.CanHazARef C# (CSharp) Méthode

CanHazARef() public méthode

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