我已经搜索过这个问题,但是因为我对该语法一无所知,所以我搜索得不够好。好吧,在简短的解释之后,我的问题是:
当我在寻找粒子效果库时,我遇到了这个:
[Serializable]
public class DPSF<Particle, Vertex> : IDPSFParticleSystem
where Particle : global::DPSF.DPSFParticle, new()
where Vertex : struct, global::DPSF.IDPSFParticleVertex
{
// constructors, methods, parameters here ...
}
这个符号在毯子(<...>)中是什么意思以及它是如何使用的?