Microsoft.CSharp.RuntimeBinder.Semantics.ConstValFactory.GetNullRef C# (CSharp) Méthode

GetNullRef() public static méthode

public static GetNullRef ( ) : CONSTVAL
Résultat CONSTVAL
        public static CONSTVAL GetNullRef()
        {
            return new CONSTVAL();
        }

Usage Example

 public EXPR CreateNull()
 {
     return(CreateConstant(GetTypes().GetNullType(), ConstValFactory.GetNullRef()));
 }