SIL.FieldWorks.Common.RootSites.CollectorEnv.set_IntProperty C# (CSharp) 메소드

set_IntProperty() 공개 메소드

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
리턴 void
		public virtual void set_IntProperty(int tpt, int tpv, int nValue)
		{
		}