OneOrMany<T>.AsList 메서드

정의

이 개체에 항목이 1개 있으면 기본 목록을 반환하고 > , 그렇지 않으면 null을 반환합니다.

public System.Collections.Generic.IReadOnlyList<T> AsList ();
member this.AsList : unit -> System.Collections.Generic.IReadOnlyList<'T (requires 'T : null)>
Public Function AsList () As IReadOnlyList(Of T)

반환

적용 대상