SIL.FieldWorks.Common.RootSites.CollectorEnv.AddLazyVecItems C# (CSharp) Méthode

AddLazyVecItems() public méthode

For our purpose, laziness is not relevant. Equivalent to the non-lazy version.
public AddLazyVecItems ( int tag, IVwViewConstructor vc, int frag ) : void
tag int
vc IVwViewConstructor
frag int
Résultat void
		public void AddLazyVecItems(int tag, IVwViewConstructor vc, int frag)
		{
			AddObjVecItems(tag, vc, frag);
		}