Exemple #1
0
    internal static EflUiListViewSegArray ToManaged(EflUiListViewSegArray_StructInternal _internal_struct)
    {
        var _external_struct = new EflUiListViewSegArray();


        return(_external_struct);
    }
Exemple #2
0
    internal static EflUiListViewSegArray_StructInternal ToInternal(EflUiListViewSegArray _external_struct)
    {
        var _internal_struct = new EflUiListViewSegArray_StructInternal();


        return(_internal_struct);
    }