Accord.Controls.ConfusionMatrixView.Find C# (CSharp) 메소드

Find() 공개 메소드

Does nothing.
public Find ( PropertyDescriptor property, object key ) : int
property System.ComponentModel.PropertyDescriptor
key object
리턴 int
        public int Find(PropertyDescriptor property, object key)
        {
            return 0;
        }