Click or drag to resize

ResourceManagerMatchExtension Method (String, IEnumerableString)

Returns whether a path matches one of the extensions specified.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool MatchExtension(
	string path,
	IEnumerable<string> extensions
)
Request Example View Source

Parameters

path
Type: SystemString
extensions
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Boolean
See Also