AdvancedLauncher.SDK.Model.Entity.DigimonType.ToString C# (CSharp) Méthode

ToString() public méthode

Returns string representation of this object
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return string.Format("DigimonType [Id={0}, Code={1}, Name={2}, NameAlt={3}, SearchGDMO={4}, SearchKDMO={5}",
                Id, Code, Name, NameAlt, SearchGDMO, SearchKDMO);
        }
DigimonType