We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba44b8 commit 9a2c8b9Copy full SHA for 9a2c8b9
src/SIL.LCModel/DomainImpl/OverridesLing_Lex.cs
@@ -2912,7 +2912,8 @@ public bool HasMoreThanOneSense
2912
/// <summary>
2913
/// Return all allomorphs of the entry: first the lexeme form, then the alternate forms.
2914
/// </summary>
2915
- public IMoForm[] AllAllomorphs
+ [VirtualProperty(CellarPropertyType.ReferenceSequence, "MoForm")]
2916
+ public IEnumerable<IMoForm> AllAllomorphs
2917
{
2918
get
2919
src/SIL.LCModel/InterfaceAdditions.cs
@@ -1331,7 +1331,7 @@ List<IMoMorphType> MorphTypes
1331
}
1332
1333
/// <summary/>
1334
- IMoForm[] AllAllomorphs
+ IEnumerable<IMoForm> AllAllomorphs
1335
1336
get;
1337
0 commit comments