ATMLCommonLibrary.forms.DictionaryPropertyGridAdapter.GetPropertyOwner C# (CSharp) 메소드

GetPropertyOwner() 공개 메소드

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object
        public object GetPropertyOwner(PropertyDescriptor pd)
        {
            return _dictionary;
        }