Ikayzo.SDL.Tag.GetChild C# (CSharp) Метод

GetChild() публичный Метод

Get the first child with the given name. The search is not recursive.
public GetChild ( string childName ) : Tag
childName string The name of the child Tag
Результат Tag
        public Tag GetChild(string childName) {
            return GetChild(childName, false);
        }

Same methods

Tag::GetChild ( string childName, bool recursive ) : Tag