CLRSharp.Type_Common_System.GetNestType C# (CSharp) Method

GetNestType() public method

public GetNestType ( ICLRSharp_Environment env, string fullname ) : ICLRType
env ICLRSharp_Environment
fullname string
return ICLRType
        public ICLRType GetNestType(ICLRSharp_Environment env, string fullname)
        {
            throw new NotImplementedException();
        }