Accord.Controls.ConfusionMatrixRowView.GetEvents C# (CSharp) Метод

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

Does nothing.
public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection
        public EventDescriptorCollection GetEvents(Attribute[] attributes)
        {
            return EventDescriptorCollection.Empty;
        }