C# Class Platform.Helpers.Reflection.MethodInfoExtensions

Datei anzeigen Open project: Konard/LinksPlatform

Public Methods

Method Description
GetILBytes ( this methodInfo ) : byte[] Based on https://gist.github.com/nguerrera/72444715c7ea0b40addb

Method Details

GetILBytes() public static method

Based on https://gist.github.com/nguerrera/72444715c7ea0b40addb
public static GetILBytes ( this methodInfo ) : byte[]
methodInfo this
return byte[]