Exemplo n.º 1
0
 private ITypeName GetDeclaringType(TypeNamingParser.MethodDefinitionContext signature)
 {
     return(new TypeName(signature.type(1)));
 }
Exemplo n.º 2
0
 private ITypeName GetValueType(TypeNamingParser.MethodDefinitionContext signature)
 {
     return(new TypeName(signature.type(0)));
 }