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

set_IntProperty() public méthode

Nothing to do here. None of our collectors cares about integer properties (yet).
public set_IntProperty ( int tpt, int tpv, int nValue ) : void
tpt int
tpv int
nValue int
Résultat void
		public virtual void set_IntProperty(int tpt, int tpv, int nValue)
		{
		}