SIL.FieldWorks.Common.RootSites.CollectorEnv.OpenProp C# (CSharp) Method

OpenProp() protected method

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

Same methods

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