Exemple #1
0
 public JsonSource() : base()
 {
     TypeInfo       = new TypeInfo(typeof(TOutput));
     JsonSerializer = new JsonSerializer();
 }
Exemple #2
0
 public Multicast()
 {
     TypeInfo       = new TypeInfo(typeof(TInput));
     BroadcastBlock = new BroadcastBlock <TInput>(Clone);
 }
Exemple #3
0
        private void AddUnderlyingType(PropertyInfo propInfo)
        {
            Type t = TypeInfo.TryGetUnderlyingType(propInfo);

            UnderlyingPropType.Add(propInfo, t);
        }