Click or drag to resize

imbStringIndexWorksextendKeysT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2014C> prosiruje listu kljuceva za varijante

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static T extendKeys<T>(
	this T input,
	bool lowLetters = false,
	bool capLetters = false,
	bool removeDouble = true
)
where T : class, Object, IEnumerable<string>
Request Example View Source

Parameters

input
Type: T
lowLetters (Optional)
Type: SystemBoolean
capLetters (Optional)
Type: SystemBoolean
removeDouble (Optional)
Type: SystemBoolean

Type Parameters

T

Return Value

Type: T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also