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