OpenMetaverse.GridClient.ToString C# (CSharp) Méthode

ToString() public méthode

Return the full name of this instance
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return Self.Name;
        }