C# Class Invert.Core.GraphDesigner.ForEach

Inheritance: TemplateAttribute
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
CanGenerate ( object templateInstance, MemberInfo info, TemplateContext ctx ) : bool
ForEach ( string iteratorMemberName ) : System

Private Methods

Méthode Description
CreateIterator ( object instance, string iteratorName, object arg1 ) : IEnumerable

Method Details

CanGenerate() public méthode

public CanGenerate ( object templateInstance, MemberInfo info, TemplateContext ctx ) : bool
templateInstance object
info System.Reflection.MemberInfo
ctx TemplateContext
Résultat bool

ForEach() public méthode

public ForEach ( string iteratorMemberName ) : System
iteratorMemberName string
Résultat System