internal SymbolStore ()
		{
			m_methods = new MethodCollection (this);
		}
		public virtual void VisitMethodCollection (MethodCollection methods)
		{
		}
Exemple #3
0
 internal SymbolStore()
 {
     m_methods = new MethodCollection(this);
 }