NGettext.Plural.Ast.TokenDefinition.SetLeftDenotationGetter C# (CSharp) Method

SetLeftDenotationGetter() public method

Sets a left denotation getter.
public SetLeftDenotationGetter ( LeftDenotationGetterDelegate leftDenotationGetter ) : TokenDefinition
leftDenotationGetter LeftDenotationGetterDelegate
return TokenDefinition
        public TokenDefinition SetLeftDenotationGetter(LeftDenotationGetterDelegate leftDenotationGetter)
        {
            this.LeftDenotationGetter = leftDenotationGetter;
            return this;
        }