Ejemplo n.º 1
0
 public static IOBuildContext <ConfigAttribute> Create <TAttribute>(Type ioType, Type dataType, ConfigAttribute ioAttribute, bool subscribe = true)
 {
     return(Create(ioType, dataType, ioAttribute, subscribe));
 }