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

GetPropertyOwner() 공개 메소드

Gets the owner ArrayDataView.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object
        public object GetPropertyOwner(PropertyDescriptor pd)
        {
            return Owner;
        }