Class ShaderSourceCollection
[DataContract]
public sealed class ShaderSourceCollection : List<ShaderSource>, IList<ShaderSource>, ICollection<ShaderSource>, IReadOnlyList<ShaderSource>, IReadOnlyCollection<ShaderSource>, IEnumerable<ShaderSource>, IList, ICollection, IEnumerable
- Inheritance
-
ShaderSourceCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
ShaderSourceCollection()
public ShaderSourceCollection()
ShaderSourceCollection(IEnumerable<ShaderSource>)
public ShaderSourceCollection(IEnumerable<ShaderSource> collection)
Parameters
collection
IEnumerable<ShaderSource>
Methods
Equals(ShaderSourceCollection)
public bool Equals(ShaderSourceCollection other)
Parameters
other
ShaderSourceCollection
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.