AGS.Types.RoomRegion.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties()
        {
            PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this, true);
            return properties;
        }

Same methods

RoomRegion::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection