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

GetAttributes() 공개 메소드

public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection
        public AttributeCollection GetAttributes()
        {
            return TypeDescriptor.GetAttributes(this, true);
        }