Bloom.Book.NamedMutliLingualValue.NamedMutliLingualValue C# (CSharp) Method

NamedMutliLingualValue() public method

public NamedMutliLingualValue ( SIL.Text.MultiTextBase text, bool isCollectionValue ) : System.Collections.Generic
text SIL.Text.MultiTextBase
isCollectionValue bool
return System.Collections.Generic
        public NamedMutliLingualValue(MultiTextBase text, bool isCollectionValue)
        {
            TextAlternatives = text;
            IsCollectionValue = isCollectionValue;
        }
NamedMutliLingualValue