Mono.CSharp.Self.Self C# (CSharp) Method

Self() public method

public Self ( string roleContractName, Mono.CSharp.FullNamedExpression type, string name, Modifier mod, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : System
roleContractName string
type Mono.CSharp.FullNamedExpression
name string
mod Modifier
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
return System
        public Self(string roleContractName,FullNamedExpression type, string name, Modifier mod, Attributes attrs, Location loc) : base(type, name, mod, attrs, loc){
            _roleContractName = roleContractName;
        }
Self