BuildingCoder.CmdSpaceAdjacency.PrintSpaceInfo C# (CSharp) Méthode

PrintSpaceInfo() private méthode

private PrintSpaceInfo ( string indent, Space space ) : void
indent string
space Space
Résultat void
        private void PrintSpaceInfo(
            string indent,
            Space space)
        {
            Debug.Print( "{0}{1} {2}", indent,
            space.Name, space.Number );
        }