C# Class Owin.Scim.Serialization.PropertyNameTable

Mostra file Open project: PowerDMS/Owin.Scim

Public Methods

Method Description
Add ( string key ) : string
Get ( char key, int start, int length ) : string
PropertyNameTable ( ) : System

Private Methods

Method Description
AddEntry ( string str, int hashCode ) : string
Grow ( ) : void
TextEquals ( string str1, char str2, int str2Start, int str2Length ) : bool

Method Details

Add() public method

public Add ( string key ) : string
key string
return string

Get() public method

public Get ( char key, int start, int length ) : string
key char
start int
length int
return string

PropertyNameTable() public method

public PropertyNameTable ( ) : System
return System