인프런 커뮤니티 질문&답변
ArraySegment<byte>
작성
·
524
0
public ArraySegment<byte> ReadSegment
{
get { return null; }
}
public ArraySegment<byte> WriteSegment
{
get { return null; }
}
심각도 코드 설명 프로젝트 파일 줄 비표시 오류(Suppression) 상태오류 CS0037 'ArraySegment<byte>'은(는) null을 허용하지 않는 값 형식이므로 null을 이 형식으로 변환할 수 없습니다. ServerCore
저는 null을 넣을때 오류가 뜨는데 무슨 이유일까요?





