AGS.Types.RoomWalkableArea.GetProperties C# (CSharp) 메소드

GetProperties() 공개 메소드

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

Same methods

RoomWalkableArea::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection