Accord.Controls.ConfusionMatrixRowView.GetAttributes C# (CSharp) 메소드

GetAttributes() 공개 메소드

Does nothing.
public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection
        public AttributeCollection GetAttributes()
        {
            return AttributeCollection.Empty;
        }