OpenSim.Region.ScriptEngine.Shared.Api.OSSL_Api.GridUserInfo C# (CSharp) Method

GridUserInfo() private method

private GridUserInfo ( InfoType type ) : string
type InfoType
return string
        private string GridUserInfo(InfoType type)
        {
            return GridUserInfo(type, "");
        }

Same methods

OSSL_Api::GridUserInfo ( InfoType type, string key ) : string
OSSL_Api