C# 클래스 EDNTypes.ExtMethods

파일 보기 프로젝트 열기: neurensic/edn-dot-net

공개 프로퍼티들

프로퍼티 타입 설명
InternedKeywords EDNKeyword>.ConcurrentDictionary

공개 메소드들

메소드 설명
kw ( this keyWord ) : EDNKeyword

Creates an EDNKeyword from a string. A leading colon is not necessary. Supports strings of the form: ":keyword", ":namespace/keyword", "keyword", "namespace/keyword"

메소드 상세

kw() 공개 정적인 메소드

Creates an EDNKeyword from a string. A leading colon is not necessary. Supports strings of the form: ":keyword", ":namespace/keyword", "keyword", "namespace/keyword"
public static kw ( this keyWord ) : EDNKeyword
keyWord this
리턴 EDNKeyword

프로퍼티 상세

InternedKeywords 공개적으로 정적으로 프로퍼티

public static ConcurrentDictionary InternedKeywords
리턴 EDNKeyword>.ConcurrentDictionary