Microsoft.CSharp.RuntimeBinder.Errors.ErrArgRef
namespace Microsoft.CSharp.RuntimeBinder.Errors
{
internal class ErrArgRef : ErrArg
{
public ErrArgRef();
public ErrArgRef(int n);
public ErrArgRef(Name name);
public ErrArgRef(string psz);
public ErrArgRef(Symbol sym);
public ErrArgRef(CType pType);
public ErrArgRef(SymWithType swt);
public ErrArgRef(MethPropWithInst mpwi);
public ErrArgRef(CType pType, ErrArgFlags eaf);
public static implicit operator ErrArgRef(string s);
public static implicit operator ErrArgRef(Name name);
public static implicit operator ErrArgRef(int n);
public static implicit operator ErrArgRef(Symbol sym);
public static implicit operator ErrArgRef(CType type);
public static implicit operator ErrArgRef(SymWithType swt);
public static implicit operator ErrArgRef(MethPropWithInst mpwi);
}
}