internal SymbolStore ()
		{
			m_methods = new MethodCollection (this);
		}
Exemplo n.º 2
0
		public virtual void VisitMethodCollection (MethodCollection methods)
		{
		}
Exemplo n.º 3
0
 internal SymbolStore()
 {
     m_methods = new MethodCollection(this);
 }