[To be supplied.]
[To be supplied.]
[Visual Basic] Overloads Public Shared Function Create(MethodInfo()) As LogicalMethodInfo ()
[C#] public static LogicalMethodInfo[] Create(MethodInfo[]);
[C++] public: static LogicalMethodInfo* Create(MethodInfo*[]) [];
[JScript] public static function Create(MethodInfo[]) : LogicalMethodInfo[];
[To be supplied.]
[Visual Basic] Overloads Public Shared Function Create(MethodInfo(), LogicalMethodTypes) As LogicalMethodInfo ()
[C#] public static LogicalMethodInfo[] Create(MethodInfo[], LogicalMethodTypes);
[C++] public: static LogicalMethodInfo* Create(MethodInfo*[], LogicalMethodTypes) [];
[JScript] public static function Create(MethodInfo[], LogicalMethodTypes) : LogicalMethodInfo[];
LogicalMethodInfo Class | LogicalMethodInfo Members | System.Web.Services.Protocols Namespace