summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections_relative_imports/collection_root/ansible_collections/my_ns/my_col2/plugins/module_utils/sub_pkg/CSRel4.cs
blob: c50024b6aaaded45b06d845f2dfd8dc36737a143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;

//TypeAccelerator -Name CSRel4 -TypeName TestClass

namespace ansible_collections.my_ns.my_col.plugins.module_utils.sub_pkg.CSRel4
{
    public class TestClass
    {
        public static string Invoke()
        {
            return "CSRel4.Invoke()";
        }
    }
}