public UnknownContentTypeAppliedToValue(UnknownContentType ctype, IValue untyped)
 {
     Untyped = untyped.AssertNotNull();
     CType   = ctype;
     Content = untyped.ContentString;
 }
 public UnknownContentTypeAppliedToValue(UnknownContentType ctype, IValue untyped)
 {
     Untyped = untyped.AssertNotNull();
     CType = ctype;
     Content = untyped.ContentString;
 }
 public UnknownContentTypeAppliedToValue(UnknownContentType ctype, IBranch parent)
 {
     Parent  = parent;
     CType   = ctype;
     Content = null;
 }
 public UnknownContentTypeAppliedToValue(UnknownContentType ctype, IBranch parent)
 {
     Parent = parent;
     CType = ctype;
     Content = null;
 }