ABT.Decln.Decln C# (CSharp) Method

Decln() public method

public Decln ( String name, StorageClass scs, ExprType type, Option initr ) : System
name String
scs StorageClass
type ExprType
initr Option
return System
        public Decln(String name, StorageClass scs, ExprType type, Option<Initr> initr) {
            this.name = name;
            this.scs = scs;
            this.type = type;
            this.initr = initr;
        }