Microsoft.CSharp.RuntimeBinder.Errors.ErrArg
class ErrArg
namespace Microsoft.CSharp.RuntimeBinder.Errors
{
internal class ErrArg
{
public ErrArgKind eak;
public ErrArgFlags eaf;
public ErrArg();
public ErrArg(int n);
public ErrArg(SYMKIND sk);
public ErrArg(Name name);
public ErrArg(PredefinedName pdn);
public ErrArg(string psz);
public ErrArg(CType pType);
public ErrArg(CType pType, ErrArgFlags eaf);
public ErrArg(Symbol pSym);
public ErrArg(Symbol pSym, ErrArgFlags eaf);
public ErrArg(SymWithType swt);
public ErrArg(MethPropWithInst mpwi);
public static implicit operator ErrArg(int n);
public static implicit operator ErrArg(SYMKIND sk);
public static implicit operator ErrArg(CType type);
public static implicit operator ErrArg(string psz);
public static implicit operator ErrArg(PredefinedName pdn);
public static implicit operator ErrArg(Name name);
public static implicit operator ErrArg(Symbol pSym);
public static implicit operator ErrArg(SymWithType swt);
public static implicit operator ErrArg(MethPropWithInst mpwi);
}
}