AGS.Types.RoomRegion.GetPropertyOwner C# (CSharp) 메소드

GetPropertyOwner() 공개 메소드

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