BTDB.EventStoreLayer.ByteArrayTypeDescriptor.BuildHumanReadableFullName C# (CSharp) Метод

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

public BuildHumanReadableFullName ( StringBuilder text, HashSet stack, uint indent ) : void
text StringBuilder
stack HashSet
indent uint
Результат void
        public void BuildHumanReadableFullName(StringBuilder text, HashSet<ITypeDescriptor> stack, uint indent)
        {
            text.Append(Name);
        }