컴퓨터 프로그래밍에서 동사 project의 뜻
Projection refers to the operation of transforming an object into a new form that often consists only of those properties subsequently used.Projection operations (C#) 영한 사전들에서 동사 project의 뜻을 찾아 보면 대체로 투사한다는 뜻이다. 윅셔너리나 다른 영영 사전들에도 비슷하다. 하지만 컴퓨터 프로그래밍에서 project는 transform이라는 뜻이다. Projects each element of a sequence into a new formEnumerable.Select…