UnityEditor.iOS.Xcode.PBXProject.FileRefsGetByProjectPath C# (CSharp) Method

FileRefsGetByProjectPath() private method

private FileRefsGetByProjectPath ( string path ) : PBXFileReferenceData
path string
return PBXFileReferenceData
        private PBXFileReferenceData FileRefsGetByProjectPath(string path)
        {
            return this.m_Data.FileRefsGetByProjectPath(path);
        }
PBXProject