Ejemplo n.º 1
0
    internal static EflUiListViewSegArray ToManaged(EflUiListViewSegArray_StructInternal _internal_struct)
    {
        var _external_struct = new EflUiListViewSegArray();


        return(_external_struct);
    }
Ejemplo n.º 2
0
    internal static EflUiListViewSegArray_StructInternal ToInternal(EflUiListViewSegArray _external_struct)
    {
        var _internal_struct = new EflUiListViewSegArray_StructInternal();


        return(_internal_struct);
    }