ArtemisComm.ParentPacket.GetErrors C# (CSharp) Метод

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

public GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
Результат System.Collections.ObjectModel.ReadOnlyCollection
        public System.Collections.ObjectModel.ReadOnlyCollection<Exception> GetErrors()
        {
            return new System.Collections.ObjectModel.ReadOnlyCollection<Exception>(errors);
        }
        #endregion