SIL.FieldWorks.FdoUi.PartOfSpeechUi.PartOfSpeechUi C# (CSharp) Method

PartOfSpeechUi() public method

Create one. Argument must be a PartOfSpeech. Note that declaring it to be forces us to just do a cast in every case of MakeUi, which is passed an obj anyway.
public PartOfSpeechUi ( ICmObject obj ) : System
obj ICmObject
return System
		public PartOfSpeechUi(ICmObject obj) : base(obj)
		{
			Debug.Assert(obj is IPartOfSpeech);
		}

Same methods

PartOfSpeechUi::PartOfSpeechUi ( ) : System