Click or drag to resize
KeywordsGlossarySetEntries Method (IEnumerableKeywordsGlossaryEntry)

Note: This API is now obsolete.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use KeywordsGlossary.SetEntries(IList<Entry>)", 
	true)]
public void SetEntries(
	IEnumerable<KeywordsGlossaryEntry> value
)

Parameters

value
Type: System.Collections.GenericIEnumerableKeywordsGlossaryEntry
See Also