| ParticleParameterCollectionContains Method |
Determines whether the collection contains a particle parameter with the given name.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
Parameters
- name
- Type: SystemString
The name of the parameter (e.g. "Color", "Position", etc.).
Return Value
Type:
Boolean if a particle parameter with the given name exists; otherwise,
.
See Also