<PackageReference Include="Microsoft.CSharp" Version="4.5.0-preview1-26216-02" />

ErrArgRef

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(CType pType, ErrArgFlags eaf)

public static ErrArgRef op_Implicit(string s)

public static ErrArgRef op_Implicit(Name name)

public static ErrArgRef op_Implicit(int n)

public static ErrArgRef op_Implicit(Symbol sym)

public static ErrArgRef op_Implicit(CType type)

public static ErrArgRef op_Implicit(SymWithType swt)