Пример #1
0
 /// <summary>
 /// Returnes the TypeBuilder of the property. Attention this property can return null.
 /// </summary>
 /// <param name="builder"></param>
 /// <returns></returns>
 public static FluentCodeType <TParent> GetPrarent(FluentCodeMethodBase <TThis, TWrappedType, TParent> builder)
 {
     return(builder._parent);
 }
Пример #2
0
 public static FluentTypeMemberMethodDummy GetFluentCodeTypeMember(FluentCodeMethodBase <TThis, TWrappedType, TParent> builder)
 {
     return(builder._codeTypeMember);
 }
Пример #3
0
        /////////////////////////////////////////////////////////////////
        //                           Static                            //
        /////////////////////////////////////////////////////////////////

        public static CodeMemberMethod GetCodeMethod(FluentCodeMethodBase <TThis, TWrappedType, TParent> builder)
        {
            return(builder._wrappedType);
        }