Editor.ComponentInfoManager.getComponentInfoList C# (CSharp) Method

getComponentInfoList() public method

public getComponentInfoList ( ) : List
return List
        public List<ComponentInfo> getComponentInfoList()
        {
            return componentInfoList;
        }