1 namespace HasherBuilder
3 public class ByPrototype
<S
>
5 public static IHasher
<S
> Examine()
12 public interface IHasher
<T
>
16 public class ArrayList
<U
>
18 public IHasher
<U
> GetHasher ()
20 return HasherBuilder
.ByPrototype
<U
>.Examine();