AGS.Types.RoomRegion.GetDefaultProperty C# (CSharp) Метод

GetDefaultProperty() публичный Метод

public GetDefaultProperty ( ) : PropertyDescriptor
Результат System.ComponentModel.PropertyDescriptor
        public PropertyDescriptor GetDefaultProperty()
        {
            return TypeDescriptor.GetDefaultProperty(this, true);
        }