Table of Contents

Class ShaderSourceCollection

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll
[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

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.