示例#1
0
 [InlineCode("{this}.state({name},{conf})")] public StateProvider State(string name, StateConfig conf)
 {
     return(this);
 }
 [InlineCode("{this}.state({name},{conf})")] public StateProvider State(string name, StateConfig conf) { return this; }      
示例#3
0
 [InlineCode("{this}.state({conf})")]        public StateProvider State(StateConfig conf)
 {
     return(this);
 }
 [InlineCode("{this}.state({conf})")]        public StateProvider State(StateConfig conf) { return this; }