S
samuelhon
Hi
I've been looking at NetTiers and came across this line:
public static Entity LocateOrCreate<Entity>(string key, string
typeString, Type entityFactoryType) where Entity : class, IEntity,
new()
Just wondered if anyone could point me towards some good documentation
on generics?
Thanks
Sam
I've been looking at NetTiers and came across this line:
public static Entity LocateOrCreate<Entity>(string key, string
typeString, Type entityFactoryType) where Entity : class, IEntity,
new()
Just wondered if anyone could point me towards some good documentation
on generics?
Thanks
Sam