C# Class Scriban.Runtime.ListAccessor

Inheritance: IListAccessor
Afficher le fichier Open project: lunet-io/scriban

Méthodes publiques

Свойство Type Description
Default ListAccessor

Méthodes publiques

Méthode Description
GetLength ( object target ) : int
GetValue ( object target, int index ) : object
SetValue ( object target, int index, object value ) : void

Private Methods

Méthode Description
ListAccessor ( ) : System.Collections

Method Details

GetLength() public méthode

public GetLength ( object target ) : int
target object
Résultat int

GetValue() public méthode

public GetValue ( object target, int index ) : object
target object
index int
Résultat object

SetValue() public méthode

public SetValue ( object target, int index, object value ) : void
target object
index int
value object
Résultat void

Property Details

Default public_oe static_oe property

public static ListAccessor,Scriban.Runtime Default
Résultat ListAccessor