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

OpenProp() protected méthode

Opens the prop.
protected OpenProp ( int tag ) : void
tag int The tag.
Résultat void
		protected virtual void OpenProp(int tag)
		{
			OpenProp(tag, 0);
		}

Same methods

CollectorEnv::OpenProp ( int tag, int ws ) : void