C# 클래스 Scriban.Runtime.ListAccessor

상속: IListAccessor
파일 보기 프로젝트 열기: lunet-io/scriban

공개 프로퍼티들

프로퍼티 타입 설명
Default ListAccessor

공개 메소드들

메소드 설명
GetLength ( object target ) : int
GetValue ( object target, int index ) : object
SetValue ( object target, int index, object value ) : void

비공개 메소드들

메소드 설명
ListAccessor ( ) : System.Collections

메소드 상세

GetLength() 공개 메소드

public GetLength ( object target ) : int
target object
리턴 int

GetValue() 공개 메소드

public GetValue ( object target, int index ) : object
target object
index int
리턴 object

SetValue() 공개 메소드

public SetValue ( object target, int index, object value ) : void
target object
index int
value object
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static ListAccessor,Scriban.Runtime Default
리턴 ListAccessor