Ejemplo n.º 1
0
 public Type GetContentType()
 {
     return(ContentHelper.GetContentType(contentType) ?? customType);
 }
Ejemplo n.º 2
0
 public Type GetValueType(ContentType contentType = ContentType.Unknown)
 {
     return(content != null?content.GetType() : ContentHelper.GetContentType(contentType));
 }