Skybound.Gecko.PrintSettings.GetIsCancelledAttribute C# (CSharp) Méthode

GetIsCancelledAttribute() public méthode

public GetIsCancelledAttribute ( ) : bool
Résultat bool
        public bool GetIsCancelledAttribute()
        {
            Console.WriteLine("34");
            return m_IsCancelled;
        }
PrintSettings